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

     1  # DeviceModelsEntityModel
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Id** | **string** |  | 
     8  **Name** | **string** |  | 
     9  **Key** | Pointer to **string** |  | [optional] 
    10  **MakerId** | Pointer to **string** |  | [optional] 
    11  **Version** | Pointer to **string** |  | [optional] 
    12  **CreatedAt** | **string** | ナノ秒 | 
    13  **UpdatedAt** | **string** | ナノ秒 | 
    14  
    15  ## Methods
    16  
    17  ### NewDeviceModelsEntityModel
    18  
    19  `func NewDeviceModelsEntityModel(id string, name string, createdAt string, updatedAt string, ) *DeviceModelsEntityModel`
    20  
    21  NewDeviceModelsEntityModel instantiates a new DeviceModelsEntityModel object
    22  This constructor will assign default values to properties that have it defined,
    23  and makes sure properties required by API are set, but the set of arguments
    24  will change when the set of required properties is changed
    25  
    26  ### NewDeviceModelsEntityModelWithDefaults
    27  
    28  `func NewDeviceModelsEntityModelWithDefaults() *DeviceModelsEntityModel`
    29  
    30  NewDeviceModelsEntityModelWithDefaults instantiates a new DeviceModelsEntityModel object
    31  This constructor will only assign default values to properties that have it defined,
    32  but it doesn't guarantee that properties required by API are set
    33  
    34  ### GetId
    35  
    36  `func (o *DeviceModelsEntityModel) GetId() string`
    37  
    38  GetId returns the Id field if non-nil, zero value otherwise.
    39  
    40  ### GetIdOk
    41  
    42  `func (o *DeviceModelsEntityModel) GetIdOk() (*string, bool)`
    43  
    44  GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
    45  and a boolean to check if the value has been set.
    46  
    47  ### SetId
    48  
    49  `func (o *DeviceModelsEntityModel) SetId(v string)`
    50  
    51  SetId sets Id field to given value.
    52  
    53  
    54  ### GetName
    55  
    56  `func (o *DeviceModelsEntityModel) GetName() string`
    57  
    58  GetName returns the Name field if non-nil, zero value otherwise.
    59  
    60  ### GetNameOk
    61  
    62  `func (o *DeviceModelsEntityModel) GetNameOk() (*string, bool)`
    63  
    64  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    65  and a boolean to check if the value has been set.
    66  
    67  ### SetName
    68  
    69  `func (o *DeviceModelsEntityModel) SetName(v string)`
    70  
    71  SetName sets Name field to given value.
    72  
    73  
    74  ### GetKey
    75  
    76  `func (o *DeviceModelsEntityModel) GetKey() string`
    77  
    78  GetKey returns the Key field if non-nil, zero value otherwise.
    79  
    80  ### GetKeyOk
    81  
    82  `func (o *DeviceModelsEntityModel) GetKeyOk() (*string, bool)`
    83  
    84  GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise
    85  and a boolean to check if the value has been set.
    86  
    87  ### SetKey
    88  
    89  `func (o *DeviceModelsEntityModel) SetKey(v string)`
    90  
    91  SetKey sets Key field to given value.
    92  
    93  ### HasKey
    94  
    95  `func (o *DeviceModelsEntityModel) HasKey() bool`
    96  
    97  HasKey returns a boolean if a field has been set.
    98  
    99  ### GetMakerId
   100  
   101  `func (o *DeviceModelsEntityModel) GetMakerId() string`
   102  
   103  GetMakerId returns the MakerId field if non-nil, zero value otherwise.
   104  
   105  ### GetMakerIdOk
   106  
   107  `func (o *DeviceModelsEntityModel) GetMakerIdOk() (*string, bool)`
   108  
   109  GetMakerIdOk returns a tuple with the MakerId field if it's non-nil, zero value otherwise
   110  and a boolean to check if the value has been set.
   111  
   112  ### SetMakerId
   113  
   114  `func (o *DeviceModelsEntityModel) SetMakerId(v string)`
   115  
   116  SetMakerId sets MakerId field to given value.
   117  
   118  ### HasMakerId
   119  
   120  `func (o *DeviceModelsEntityModel) HasMakerId() bool`
   121  
   122  HasMakerId returns a boolean if a field has been set.
   123  
   124  ### GetVersion
   125  
   126  `func (o *DeviceModelsEntityModel) GetVersion() string`
   127  
   128  GetVersion returns the Version field if non-nil, zero value otherwise.
   129  
   130  ### GetVersionOk
   131  
   132  `func (o *DeviceModelsEntityModel) GetVersionOk() (*string, bool)`
   133  
   134  GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
   135  and a boolean to check if the value has been set.
   136  
   137  ### SetVersion
   138  
   139  `func (o *DeviceModelsEntityModel) SetVersion(v string)`
   140  
   141  SetVersion sets Version field to given value.
   142  
   143  ### HasVersion
   144  
   145  `func (o *DeviceModelsEntityModel) HasVersion() bool`
   146  
   147  HasVersion returns a boolean if a field has been set.
   148  
   149  ### GetCreatedAt
   150  
   151  `func (o *DeviceModelsEntityModel) GetCreatedAt() string`
   152  
   153  GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
   154  
   155  ### GetCreatedAtOk
   156  
   157  `func (o *DeviceModelsEntityModel) GetCreatedAtOk() (*string, bool)`
   158  
   159  GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise
   160  and a boolean to check if the value has been set.
   161  
   162  ### SetCreatedAt
   163  
   164  `func (o *DeviceModelsEntityModel) SetCreatedAt(v string)`
   165  
   166  SetCreatedAt sets CreatedAt field to given value.
   167  
   168  
   169  ### GetUpdatedAt
   170  
   171  `func (o *DeviceModelsEntityModel) GetUpdatedAt() string`
   172  
   173  GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
   174  
   175  ### GetUpdatedAtOk
   176  
   177  `func (o *DeviceModelsEntityModel) GetUpdatedAtOk() (*string, bool)`
   178  
   179  GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise
   180  and a boolean to check if the value has been set.
   181  
   182  ### SetUpdatedAt
   183  
   184  `func (o *DeviceModelsEntityModel) SetUpdatedAt(v string)`
   185  
   186  SetUpdatedAt sets UpdatedAt field to given value.
   187  
   188  
   189  
   190  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   191  
   192