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

     1  # DeviceModelUpdateRequestWatch
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Types** | Pointer to [**DeviceModelUpdateRequestWatchTypes**](DeviceModelUpdateRequest_watch_types.md) |  | [optional] 
     8  **ComponentIds** | Pointer to **map[string]interface{}** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewDeviceModelUpdateRequestWatch
    13  
    14  `func NewDeviceModelUpdateRequestWatch() *DeviceModelUpdateRequestWatch`
    15  
    16  NewDeviceModelUpdateRequestWatch instantiates a new DeviceModelUpdateRequestWatch 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  ### NewDeviceModelUpdateRequestWatchWithDefaults
    22  
    23  `func NewDeviceModelUpdateRequestWatchWithDefaults() *DeviceModelUpdateRequestWatch`
    24  
    25  NewDeviceModelUpdateRequestWatchWithDefaults instantiates a new DeviceModelUpdateRequestWatch 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  ### GetTypes
    30  
    31  `func (o *DeviceModelUpdateRequestWatch) GetTypes() DeviceModelUpdateRequestWatchTypes`
    32  
    33  GetTypes returns the Types field if non-nil, zero value otherwise.
    34  
    35  ### GetTypesOk
    36  
    37  `func (o *DeviceModelUpdateRequestWatch) GetTypesOk() (*DeviceModelUpdateRequestWatchTypes, bool)`
    38  
    39  GetTypesOk returns a tuple with the Types field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetTypes
    43  
    44  `func (o *DeviceModelUpdateRequestWatch) SetTypes(v DeviceModelUpdateRequestWatchTypes)`
    45  
    46  SetTypes sets Types field to given value.
    47  
    48  ### HasTypes
    49  
    50  `func (o *DeviceModelUpdateRequestWatch) HasTypes() bool`
    51  
    52  HasTypes returns a boolean if a field has been set.
    53  
    54  ### GetComponentIds
    55  
    56  `func (o *DeviceModelUpdateRequestWatch) GetComponentIds() map[string]interface{}`
    57  
    58  GetComponentIds returns the ComponentIds field if non-nil, zero value otherwise.
    59  
    60  ### GetComponentIdsOk
    61  
    62  `func (o *DeviceModelUpdateRequestWatch) GetComponentIdsOk() (*map[string]interface{}, bool)`
    63  
    64  GetComponentIdsOk returns a tuple with the ComponentIds field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetComponentIds
    68  
    69  `func (o *DeviceModelUpdateRequestWatch) SetComponentIds(v map[string]interface{})`
    70  
    71  SetComponentIds sets ComponentIds field to given value.
    72  
    73  ### HasComponentIds
    74  
    75  `func (o *DeviceModelUpdateRequestWatch) HasComponentIds() bool`
    76  
    77  HasComponentIds returns a boolean if a field has been set.
    78  
    79  
    80  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    81  
    82