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

     1  # ConnectedDeviceResult
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Name** | Pointer to **string** |  | [optional] 
     8  **DeviceNumber** | Pointer to **string** |  | [optional] 
     9  **DeviceType** | Pointer to **string** |  | [optional] 
    10  **Timestamp** | Pointer to **string** |  | [optional] 
    11  **Status** | Pointer to **string** |  | [optional] 
    12  **ErrorMessage** | Pointer to **string** |  | [optional] 
    13  **CustomItems** | Pointer to **string** |  | [optional] 
    14  
    15  ## Methods
    16  
    17  ### NewConnectedDeviceResult
    18  
    19  `func NewConnectedDeviceResult() *ConnectedDeviceResult`
    20  
    21  NewConnectedDeviceResult instantiates a new ConnectedDeviceResult 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  ### NewConnectedDeviceResultWithDefaults
    27  
    28  `func NewConnectedDeviceResultWithDefaults() *ConnectedDeviceResult`
    29  
    30  NewConnectedDeviceResultWithDefaults instantiates a new ConnectedDeviceResult 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  ### GetName
    35  
    36  `func (o *ConnectedDeviceResult) GetName() string`
    37  
    38  GetName returns the Name field if non-nil, zero value otherwise.
    39  
    40  ### GetNameOk
    41  
    42  `func (o *ConnectedDeviceResult) GetNameOk() (*string, bool)`
    43  
    44  GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
    45  and a boolean to check if the value has been set.
    46  
    47  ### SetName
    48  
    49  `func (o *ConnectedDeviceResult) SetName(v string)`
    50  
    51  SetName sets Name field to given value.
    52  
    53  ### HasName
    54  
    55  `func (o *ConnectedDeviceResult) HasName() bool`
    56  
    57  HasName returns a boolean if a field has been set.
    58  
    59  ### GetDeviceNumber
    60  
    61  `func (o *ConnectedDeviceResult) GetDeviceNumber() string`
    62  
    63  GetDeviceNumber returns the DeviceNumber field if non-nil, zero value otherwise.
    64  
    65  ### GetDeviceNumberOk
    66  
    67  `func (o *ConnectedDeviceResult) GetDeviceNumberOk() (*string, bool)`
    68  
    69  GetDeviceNumberOk returns a tuple with the DeviceNumber field if it's non-nil, zero value otherwise
    70  and a boolean to check if the value has been set.
    71  
    72  ### SetDeviceNumber
    73  
    74  `func (o *ConnectedDeviceResult) SetDeviceNumber(v string)`
    75  
    76  SetDeviceNumber sets DeviceNumber field to given value.
    77  
    78  ### HasDeviceNumber
    79  
    80  `func (o *ConnectedDeviceResult) HasDeviceNumber() bool`
    81  
    82  HasDeviceNumber returns a boolean if a field has been set.
    83  
    84  ### GetDeviceType
    85  
    86  `func (o *ConnectedDeviceResult) GetDeviceType() string`
    87  
    88  GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
    89  
    90  ### GetDeviceTypeOk
    91  
    92  `func (o *ConnectedDeviceResult) GetDeviceTypeOk() (*string, bool)`
    93  
    94  GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise
    95  and a boolean to check if the value has been set.
    96  
    97  ### SetDeviceType
    98  
    99  `func (o *ConnectedDeviceResult) SetDeviceType(v string)`
   100  
   101  SetDeviceType sets DeviceType field to given value.
   102  
   103  ### HasDeviceType
   104  
   105  `func (o *ConnectedDeviceResult) HasDeviceType() bool`
   106  
   107  HasDeviceType returns a boolean if a field has been set.
   108  
   109  ### GetTimestamp
   110  
   111  `func (o *ConnectedDeviceResult) GetTimestamp() string`
   112  
   113  GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
   114  
   115  ### GetTimestampOk
   116  
   117  `func (o *ConnectedDeviceResult) GetTimestampOk() (*string, bool)`
   118  
   119  GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise
   120  and a boolean to check if the value has been set.
   121  
   122  ### SetTimestamp
   123  
   124  `func (o *ConnectedDeviceResult) SetTimestamp(v string)`
   125  
   126  SetTimestamp sets Timestamp field to given value.
   127  
   128  ### HasTimestamp
   129  
   130  `func (o *ConnectedDeviceResult) HasTimestamp() bool`
   131  
   132  HasTimestamp returns a boolean if a field has been set.
   133  
   134  ### GetStatus
   135  
   136  `func (o *ConnectedDeviceResult) GetStatus() string`
   137  
   138  GetStatus returns the Status field if non-nil, zero value otherwise.
   139  
   140  ### GetStatusOk
   141  
   142  `func (o *ConnectedDeviceResult) GetStatusOk() (*string, bool)`
   143  
   144  GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
   145  and a boolean to check if the value has been set.
   146  
   147  ### SetStatus
   148  
   149  `func (o *ConnectedDeviceResult) SetStatus(v string)`
   150  
   151  SetStatus sets Status field to given value.
   152  
   153  ### HasStatus
   154  
   155  `func (o *ConnectedDeviceResult) HasStatus() bool`
   156  
   157  HasStatus returns a boolean if a field has been set.
   158  
   159  ### GetErrorMessage
   160  
   161  `func (o *ConnectedDeviceResult) GetErrorMessage() string`
   162  
   163  GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
   164  
   165  ### GetErrorMessageOk
   166  
   167  `func (o *ConnectedDeviceResult) GetErrorMessageOk() (*string, bool)`
   168  
   169  GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise
   170  and a boolean to check if the value has been set.
   171  
   172  ### SetErrorMessage
   173  
   174  `func (o *ConnectedDeviceResult) SetErrorMessage(v string)`
   175  
   176  SetErrorMessage sets ErrorMessage field to given value.
   177  
   178  ### HasErrorMessage
   179  
   180  `func (o *ConnectedDeviceResult) HasErrorMessage() bool`
   181  
   182  HasErrorMessage returns a boolean if a field has been set.
   183  
   184  ### GetCustomItems
   185  
   186  `func (o *ConnectedDeviceResult) GetCustomItems() string`
   187  
   188  GetCustomItems returns the CustomItems field if non-nil, zero value otherwise.
   189  
   190  ### GetCustomItemsOk
   191  
   192  `func (o *ConnectedDeviceResult) GetCustomItemsOk() (*string, bool)`
   193  
   194  GetCustomItemsOk returns a tuple with the CustomItems field if it's non-nil, zero value otherwise
   195  and a boolean to check if the value has been set.
   196  
   197  ### SetCustomItems
   198  
   199  `func (o *ConnectedDeviceResult) SetCustomItems(v string)`
   200  
   201  SetCustomItems sets CustomItems field to given value.
   202  
   203  ### HasCustomItems
   204  
   205  `func (o *ConnectedDeviceResult) HasCustomItems() bool`
   206  
   207  HasCustomItems returns a boolean if a field has been set.
   208  
   209  
   210  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
   211  
   212