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

     1  # Watch
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Types** | Pointer to **map[string]interface{}** |  | [optional] 
     8  **ComponentIds** | Pointer to **map[string]interface{}** |  | [optional] 
     9  
    10  ## Methods
    11  
    12  ### NewWatch
    13  
    14  `func NewWatch() *Watch`
    15  
    16  NewWatch instantiates a new Watch 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  ### NewWatchWithDefaults
    22  
    23  `func NewWatchWithDefaults() *Watch`
    24  
    25  NewWatchWithDefaults instantiates a new Watch 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 *Watch) GetTypes() map[string]interface{}`
    32  
    33  GetTypes returns the Types field if non-nil, zero value otherwise.
    34  
    35  ### GetTypesOk
    36  
    37  `func (o *Watch) GetTypesOk() (*map[string]interface{}, 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 *Watch) SetTypes(v map[string]interface{})`
    45  
    46  SetTypes sets Types field to given value.
    47  
    48  ### HasTypes
    49  
    50  `func (o *Watch) HasTypes() bool`
    51  
    52  HasTypes returns a boolean if a field has been set.
    53  
    54  ### SetTypesNil
    55  
    56  `func (o *Watch) SetTypesNil(b bool)`
    57  
    58   SetTypesNil sets the value for Types to be an explicit nil
    59  
    60  ### UnsetTypes
    61  `func (o *Watch) UnsetTypes()`
    62  
    63  UnsetTypes ensures that no value is present for Types, not even an explicit nil
    64  ### GetComponentIds
    65  
    66  `func (o *Watch) GetComponentIds() map[string]interface{}`
    67  
    68  GetComponentIds returns the ComponentIds field if non-nil, zero value otherwise.
    69  
    70  ### GetComponentIdsOk
    71  
    72  `func (o *Watch) GetComponentIdsOk() (*map[string]interface{}, bool)`
    73  
    74  GetComponentIdsOk returns a tuple with the ComponentIds field if it's non-nil, zero value otherwise
    75  and a boolean to check if the value has been set.
    76  
    77  ### SetComponentIds
    78  
    79  `func (o *Watch) SetComponentIds(v map[string]interface{})`
    80  
    81  SetComponentIds sets ComponentIds field to given value.
    82  
    83  ### HasComponentIds
    84  
    85  `func (o *Watch) HasComponentIds() bool`
    86  
    87  HasComponentIds returns a boolean if a field has been set.
    88  
    89  ### SetComponentIdsNil
    90  
    91  `func (o *Watch) SetComponentIdsNil(b bool)`
    92  
    93   SetComponentIdsNil sets the value for ComponentIds to be an explicit nil
    94  
    95  ### UnsetComponentIds
    96  `func (o *Watch) UnsetComponentIds()`
    97  
    98  UnsetComponentIds ensures that no value is present for ComponentIds, not even an explicit nil
    99  
   100  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   101  
   102