Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.33 KB

InventoryInformation.md

File metadata and controls

134 lines (73 loc) · 4.33 KB

InventoryInformation

Properties

Name Type Description Notes
ManagedComputers Pointer to int64 Number of managed computers in inventory. [optional] [readonly]
UnmanagedComputers Pointer to int64 Number of unmanaged computers in inventory. [optional] [readonly]
ManagedDevices Pointer to int64 Number of managed devices in inventory. [optional] [readonly]
UnmanagedDevices Pointer to int64 Number of unmanaged devices in inventory. [optional] [readonly]

Methods

NewInventoryInformation

func NewInventoryInformation() *InventoryInformation

NewInventoryInformation instantiates a new InventoryInformation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewInventoryInformationWithDefaults

func NewInventoryInformationWithDefaults() *InventoryInformation

NewInventoryInformationWithDefaults instantiates a new InventoryInformation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetManagedComputers

func (o *InventoryInformation) GetManagedComputers() int64

GetManagedComputers returns the ManagedComputers field if non-nil, zero value otherwise.

GetManagedComputersOk

func (o *InventoryInformation) GetManagedComputersOk() (*int64, bool)

GetManagedComputersOk returns a tuple with the ManagedComputers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetManagedComputers

func (o *InventoryInformation) SetManagedComputers(v int64)

SetManagedComputers sets ManagedComputers field to given value.

HasManagedComputers

func (o *InventoryInformation) HasManagedComputers() bool

HasManagedComputers returns a boolean if a field has been set.

GetUnmanagedComputers

func (o *InventoryInformation) GetUnmanagedComputers() int64

GetUnmanagedComputers returns the UnmanagedComputers field if non-nil, zero value otherwise.

GetUnmanagedComputersOk

func (o *InventoryInformation) GetUnmanagedComputersOk() (*int64, bool)

GetUnmanagedComputersOk returns a tuple with the UnmanagedComputers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUnmanagedComputers

func (o *InventoryInformation) SetUnmanagedComputers(v int64)

SetUnmanagedComputers sets UnmanagedComputers field to given value.

HasUnmanagedComputers

func (o *InventoryInformation) HasUnmanagedComputers() bool

HasUnmanagedComputers returns a boolean if a field has been set.

GetManagedDevices

func (o *InventoryInformation) GetManagedDevices() int64

GetManagedDevices returns the ManagedDevices field if non-nil, zero value otherwise.

GetManagedDevicesOk

func (o *InventoryInformation) GetManagedDevicesOk() (*int64, bool)

GetManagedDevicesOk returns a tuple with the ManagedDevices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetManagedDevices

func (o *InventoryInformation) SetManagedDevices(v int64)

SetManagedDevices sets ManagedDevices field to given value.

HasManagedDevices

func (o *InventoryInformation) HasManagedDevices() bool

HasManagedDevices returns a boolean if a field has been set.

GetUnmanagedDevices

func (o *InventoryInformation) GetUnmanagedDevices() int64

GetUnmanagedDevices returns the UnmanagedDevices field if non-nil, zero value otherwise.

GetUnmanagedDevicesOk

func (o *InventoryInformation) GetUnmanagedDevicesOk() (*int64, bool)

GetUnmanagedDevicesOk returns a tuple with the UnmanagedDevices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUnmanagedDevices

func (o *InventoryInformation) SetUnmanagedDevices(v int64)

SetUnmanagedDevices sets UnmanagedDevices field to given value.

HasUnmanagedDevices

func (o *InventoryInformation) HasUnmanagedDevices() bool

HasUnmanagedDevices returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]