github.com/optim-corp/cios-golang-sdk@v0.5.1/cios/docs/Inventory.md (about)

     1  # Inventory
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **SerialNumber** | Pointer to **string** |  | [optional] 
     8  **ResourceOwnerId** | Pointer to **string** |  | [optional] 
     9  **StartAt** | Pointer to **string** |  | [optional] 
    10  **CustomInventory** | Pointer to **map[string]interface{}** |  | [optional] 
    11  
    12  ## Methods
    13  
    14  ### NewInventory
    15  
    16  `func NewInventory() *Inventory`
    17  
    18  NewInventory instantiates a new Inventory object
    19  This constructor will assign default values to properties that have it defined,
    20  and makes sure properties required by API are set, but the set of arguments
    21  will change when the set of required properties is changed
    22  
    23  ### NewInventoryWithDefaults
    24  
    25  `func NewInventoryWithDefaults() *Inventory`
    26  
    27  NewInventoryWithDefaults instantiates a new Inventory object
    28  This constructor will only assign default values to properties that have it defined,
    29  but it doesn't guarantee that properties required by API are set
    30  
    31  ### GetSerialNumber
    32  
    33  `func (o *Inventory) GetSerialNumber() string`
    34  
    35  GetSerialNumber returns the SerialNumber field if non-nil, zero value otherwise.
    36  
    37  ### GetSerialNumberOk
    38  
    39  `func (o *Inventory) GetSerialNumberOk() (*string, bool)`
    40  
    41  GetSerialNumberOk returns a tuple with the SerialNumber field if it's non-nil, zero value otherwise
    42  and a boolean to check if the value has been set.
    43  
    44  ### SetSerialNumber
    45  
    46  `func (o *Inventory) SetSerialNumber(v string)`
    47  
    48  SetSerialNumber sets SerialNumber field to given value.
    49  
    50  ### HasSerialNumber
    51  
    52  `func (o *Inventory) HasSerialNumber() bool`
    53  
    54  HasSerialNumber returns a boolean if a field has been set.
    55  
    56  ### GetResourceOwnerId
    57  
    58  `func (o *Inventory) GetResourceOwnerId() string`
    59  
    60  GetResourceOwnerId returns the ResourceOwnerId field if non-nil, zero value otherwise.
    61  
    62  ### GetResourceOwnerIdOk
    63  
    64  `func (o *Inventory) GetResourceOwnerIdOk() (*string, bool)`
    65  
    66  GetResourceOwnerIdOk returns a tuple with the ResourceOwnerId field if it's non-nil, zero value otherwise
    67  and a boolean to check if the value has been set.
    68  
    69  ### SetResourceOwnerId
    70  
    71  `func (o *Inventory) SetResourceOwnerId(v string)`
    72  
    73  SetResourceOwnerId sets ResourceOwnerId field to given value.
    74  
    75  ### HasResourceOwnerId
    76  
    77  `func (o *Inventory) HasResourceOwnerId() bool`
    78  
    79  HasResourceOwnerId returns a boolean if a field has been set.
    80  
    81  ### GetStartAt
    82  
    83  `func (o *Inventory) GetStartAt() string`
    84  
    85  GetStartAt returns the StartAt field if non-nil, zero value otherwise.
    86  
    87  ### GetStartAtOk
    88  
    89  `func (o *Inventory) GetStartAtOk() (*string, bool)`
    90  
    91  GetStartAtOk returns a tuple with the StartAt field if it's non-nil, zero value otherwise
    92  and a boolean to check if the value has been set.
    93  
    94  ### SetStartAt
    95  
    96  `func (o *Inventory) SetStartAt(v string)`
    97  
    98  SetStartAt sets StartAt field to given value.
    99  
   100  ### HasStartAt
   101  
   102  `func (o *Inventory) HasStartAt() bool`
   103  
   104  HasStartAt returns a boolean if a field has been set.
   105  
   106  ### GetCustomInventory
   107  
   108  `func (o *Inventory) GetCustomInventory() map[string]interface{}`
   109  
   110  GetCustomInventory returns the CustomInventory field if non-nil, zero value otherwise.
   111  
   112  ### GetCustomInventoryOk
   113  
   114  `func (o *Inventory) GetCustomInventoryOk() (*map[string]interface{}, bool)`
   115  
   116  GetCustomInventoryOk returns a tuple with the CustomInventory field if it's non-nil, zero value otherwise
   117  and a boolean to check if the value has been set.
   118  
   119  ### SetCustomInventory
   120  
   121  `func (o *Inventory) SetCustomInventory(v map[string]interface{})`
   122  
   123  SetCustomInventory sets CustomInventory field to given value.
   124  
   125  ### HasCustomInventory
   126  
   127  `func (o *Inventory) HasCustomInventory() bool`
   128  
   129  HasCustomInventory returns a boolean if a field has been set.
   130  
   131  
   132  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   133  
   134