| Name | Type | Description | Notes |
|---|---|---|---|
| Primary | string | The primary SDK key. | |
| Secondary | NullableString | The secondary SDK key. |
func NewSdkKeysModel(primary string, secondary NullableString, ) *SdkKeysModel
NewSdkKeysModel instantiates a new SdkKeysModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSdkKeysModelWithDefaults() *SdkKeysModel
NewSdkKeysModelWithDefaults instantiates a new SdkKeysModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SdkKeysModel) GetPrimary() string
GetPrimary returns the Primary field if non-nil, zero value otherwise.
func (o *SdkKeysModel) GetPrimaryOk() (*string, bool)
GetPrimaryOk returns a tuple with the Primary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SdkKeysModel) SetPrimary(v string)
SetPrimary sets Primary field to given value.
func (o *SdkKeysModel) GetSecondary() string
GetSecondary returns the Secondary field if non-nil, zero value otherwise.
func (o *SdkKeysModel) GetSecondaryOk() (*string, bool)
GetSecondaryOk returns a tuple with the Secondary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SdkKeysModel) SetSecondary(v string)
SetSecondary sets Secondary field to given value.
func (o *SdkKeysModel) SetSecondaryNil(b bool)
SetSecondaryNil sets the value for Secondary to be an explicit nil
func (o *SdkKeysModel) UnsetSecondary()
UnsetSecondary ensures that no value is present for Secondary, not even an explicit nil