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

     1  # MultipleDeviceEntitiesComponent
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Total** | **int64** |  | 
     8  **Components** | [**[]DeviceEntitiesComponent**](DeviceEntitiesComponent.md) |  | 
     9  
    10  ## Methods
    11  
    12  ### NewMultipleDeviceEntitiesComponent
    13  
    14  `func NewMultipleDeviceEntitiesComponent(total int64, components []DeviceEntitiesComponent, ) *MultipleDeviceEntitiesComponent`
    15  
    16  NewMultipleDeviceEntitiesComponent instantiates a new MultipleDeviceEntitiesComponent object
    17  This constructor will assign default values to properties that have it defined,
    18  and makes sure properties required by API are set, but the set of arguments
    19  will change when the set of required properties is changed
    20  
    21  ### NewMultipleDeviceEntitiesComponentWithDefaults
    22  
    23  `func NewMultipleDeviceEntitiesComponentWithDefaults() *MultipleDeviceEntitiesComponent`
    24  
    25  NewMultipleDeviceEntitiesComponentWithDefaults instantiates a new MultipleDeviceEntitiesComponent object
    26  This constructor will only assign default values to properties that have it defined,
    27  but it doesn't guarantee that properties required by API are set
    28  
    29  ### GetTotal
    30  
    31  `func (o *MultipleDeviceEntitiesComponent) GetTotal() int64`
    32  
    33  GetTotal returns the Total field if non-nil, zero value otherwise.
    34  
    35  ### GetTotalOk
    36  
    37  `func (o *MultipleDeviceEntitiesComponent) GetTotalOk() (*int64, bool)`
    38  
    39  GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetTotal
    43  
    44  `func (o *MultipleDeviceEntitiesComponent) SetTotal(v int64)`
    45  
    46  SetTotal sets Total field to given value.
    47  
    48  
    49  ### GetComponents
    50  
    51  `func (o *MultipleDeviceEntitiesComponent) GetComponents() []DeviceEntitiesComponent`
    52  
    53  GetComponents returns the Components field if non-nil, zero value otherwise.
    54  
    55  ### GetComponentsOk
    56  
    57  `func (o *MultipleDeviceEntitiesComponent) GetComponentsOk() (*[]DeviceEntitiesComponent, bool)`
    58  
    59  GetComponentsOk returns a tuple with the Components field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetComponents
    63  
    64  `func (o *MultipleDeviceEntitiesComponent) SetComponents(v []DeviceEntitiesComponent)`
    65  
    66  SetComponents sets Components field to given value.
    67  
    68  
    69  
    70  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    71  
    72