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

     1  # SingleDeviceClientList
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ClientList** | Pointer to [**Client**](Client.md) |  | [optional] 
     8  
     9  ## Methods
    10  
    11  ### NewSingleDeviceClientList
    12  
    13  `func NewSingleDeviceClientList() *SingleDeviceClientList`
    14  
    15  NewSingleDeviceClientList instantiates a new SingleDeviceClientList 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  ### NewSingleDeviceClientListWithDefaults
    21  
    22  `func NewSingleDeviceClientListWithDefaults() *SingleDeviceClientList`
    23  
    24  NewSingleDeviceClientListWithDefaults instantiates a new SingleDeviceClientList 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  ### GetClientList
    29  
    30  `func (o *SingleDeviceClientList) GetClientList() Client`
    31  
    32  GetClientList returns the ClientList field if non-nil, zero value otherwise.
    33  
    34  ### GetClientListOk
    35  
    36  `func (o *SingleDeviceClientList) GetClientListOk() (*Client, bool)`
    37  
    38  GetClientListOk returns a tuple with the ClientList field if it's non-nil, zero value otherwise
    39  and a boolean to check if the value has been set.
    40  
    41  ### SetClientList
    42  
    43  `func (o *SingleDeviceClientList) SetClientList(v Client)`
    44  
    45  SetClientList sets ClientList field to given value.
    46  
    47  ### HasClientList
    48  
    49  `func (o *SingleDeviceClientList) HasClientList() bool`
    50  
    51  HasClientList returns a boolean if a field has been set.
    52  
    53  
    54  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    55  
    56