Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.47 KB

ApiModifyKeySuccess.md

File metadata and controls

134 lines (73 loc) · 3.47 KB

ApiModifyKeySuccess

Properties

Name Type Description Notes
Action Pointer to string [optional]
Key Pointer to string in:body [optional]
KeyHash Pointer to string [optional]
Status Pointer to string [optional]

Methods

NewApiModifyKeySuccess

func NewApiModifyKeySuccess() *ApiModifyKeySuccess

NewApiModifyKeySuccess instantiates a new ApiModifyKeySuccess 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

NewApiModifyKeySuccessWithDefaults

func NewApiModifyKeySuccessWithDefaults() *ApiModifyKeySuccess

NewApiModifyKeySuccessWithDefaults instantiates a new ApiModifyKeySuccess 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

GetAction

func (o *ApiModifyKeySuccess) GetAction() string

GetAction returns the Action field if non-nil, zero value otherwise.

GetActionOk

func (o *ApiModifyKeySuccess) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAction

func (o *ApiModifyKeySuccess) SetAction(v string)

SetAction sets Action field to given value.

HasAction

func (o *ApiModifyKeySuccess) HasAction() bool

HasAction returns a boolean if a field has been set.

GetKey

func (o *ApiModifyKeySuccess) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *ApiModifyKeySuccess) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *ApiModifyKeySuccess) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *ApiModifyKeySuccess) HasKey() bool

HasKey returns a boolean if a field has been set.

GetKeyHash

func (o *ApiModifyKeySuccess) GetKeyHash() string

GetKeyHash returns the KeyHash field if non-nil, zero value otherwise.

GetKeyHashOk

func (o *ApiModifyKeySuccess) GetKeyHashOk() (*string, bool)

GetKeyHashOk returns a tuple with the KeyHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKeyHash

func (o *ApiModifyKeySuccess) SetKeyHash(v string)

SetKeyHash sets KeyHash field to given value.

HasKeyHash

func (o *ApiModifyKeySuccess) HasKeyHash() bool

HasKeyHash returns a boolean if a field has been set.

GetStatus

func (o *ApiModifyKeySuccess) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ApiModifyKeySuccess) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *ApiModifyKeySuccess) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ApiModifyKeySuccess) HasStatus() bool

HasStatus returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]