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

     1  # DeviceClientRsaKey
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ClientId** | **string** |  | 
     8  **RsaPublickey** | **string** |  | 
     9  
    10  ## Methods
    11  
    12  ### NewDeviceClientRsaKey
    13  
    14  `func NewDeviceClientRsaKey(clientId string, rsaPublickey string, ) *DeviceClientRsaKey`
    15  
    16  NewDeviceClientRsaKey instantiates a new DeviceClientRsaKey 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  ### NewDeviceClientRsaKeyWithDefaults
    22  
    23  `func NewDeviceClientRsaKeyWithDefaults() *DeviceClientRsaKey`
    24  
    25  NewDeviceClientRsaKeyWithDefaults instantiates a new DeviceClientRsaKey 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  ### GetClientId
    30  
    31  `func (o *DeviceClientRsaKey) GetClientId() string`
    32  
    33  GetClientId returns the ClientId field if non-nil, zero value otherwise.
    34  
    35  ### GetClientIdOk
    36  
    37  `func (o *DeviceClientRsaKey) GetClientIdOk() (*string, bool)`
    38  
    39  GetClientIdOk returns a tuple with the ClientId field if it's non-nil, zero value otherwise
    40  and a boolean to check if the value has been set.
    41  
    42  ### SetClientId
    43  
    44  `func (o *DeviceClientRsaKey) SetClientId(v string)`
    45  
    46  SetClientId sets ClientId field to given value.
    47  
    48  
    49  ### GetRsaPublickey
    50  
    51  `func (o *DeviceClientRsaKey) GetRsaPublickey() string`
    52  
    53  GetRsaPublickey returns the RsaPublickey field if non-nil, zero value otherwise.
    54  
    55  ### GetRsaPublickeyOk
    56  
    57  `func (o *DeviceClientRsaKey) GetRsaPublickeyOk() (*string, bool)`
    58  
    59  GetRsaPublickeyOk returns a tuple with the RsaPublickey field if it's non-nil, zero value otherwise
    60  and a boolean to check if the value has been set.
    61  
    62  ### SetRsaPublickey
    63  
    64  `func (o *DeviceClientRsaKey) SetRsaPublickey(v string)`
    65  
    66  SetRsaPublickey sets RsaPublickey field to given value.
    67  
    68  
    69  
    70  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    71  
    72