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

     1  # SingleDeviceEntitiesComponent
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Component** | [**NullableDeviceEntitiesComponent**](DeviceEntitiesComponent.md) |  | 
     8  
     9  ## Methods
    10  
    11  ### NewSingleDeviceEntitiesComponent
    12  
    13  `func NewSingleDeviceEntitiesComponent(component NullableDeviceEntitiesComponent, ) *SingleDeviceEntitiesComponent`
    14  
    15  NewSingleDeviceEntitiesComponent instantiates a new SingleDeviceEntitiesComponent object
    16  This constructor will assign default values to properties that have it defined,
    17  and makes sure properties required by API are set, but the set of arguments
    18  will change when the set of required properties is changed
    19  
    20  ### NewSingleDeviceEntitiesComponentWithDefaults
    21  
    22  `func NewSingleDeviceEntitiesComponentWithDefaults() *SingleDeviceEntitiesComponent`
    23  
    24  NewSingleDeviceEntitiesComponentWithDefaults instantiates a new SingleDeviceEntitiesComponent object
    25  This constructor will only assign default values to properties that have it defined,
    26  but it doesn't guarantee that properties required by API are set
    27  
    28  ### GetComponent
    29  
    30  `func (o *SingleDeviceEntitiesComponent) GetComponent() DeviceEntitiesComponent`
    31  
    32  GetComponent returns the Component field if non-nil, zero value otherwise.
    33  
    34  ### GetComponentOk
    35  
    36  `func (o *SingleDeviceEntitiesComponent) GetComponentOk() (*DeviceEntitiesComponent, bool)`
    37  
    38  GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise
    39  and a boolean to check if the value has been set.
    40  
    41  ### SetComponent
    42  
    43  `func (o *SingleDeviceEntitiesComponent) SetComponent(v DeviceEntitiesComponent)`
    44  
    45  SetComponent sets Component field to given value.
    46  
    47  
    48  ### SetComponentNil
    49  
    50  `func (o *SingleDeviceEntitiesComponent) SetComponentNil(b bool)`
    51  
    52   SetComponentNil sets the value for Component to be an explicit nil
    53  
    54  ### UnsetComponent
    55  `func (o *SingleDeviceEntitiesComponent) UnsetComponent()`
    56  
    57  UnsetComponent ensures that no value is present for Component, not even an explicit nil
    58  
    59  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    60  
    61