Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.52 KB

File metadata and controls

134 lines (73 loc) · 3.52 KB

SetSecretkeyResponse

Properties

Name Type Description Notes
Name Pointer to string [optional]
PublicKey Pointer to []int64 [optional]
Type Pointer to string [optional]
Version Pointer to int64 [optional]

Methods

NewSetSecretkeyResponse

func NewSetSecretkeyResponse() *SetSecretkeyResponse

NewSetSecretkeyResponse instantiates a new SetSecretkeyResponse 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

NewSetSecretkeyResponseWithDefaults

func NewSetSecretkeyResponseWithDefaults() *SetSecretkeyResponse

NewSetSecretkeyResponseWithDefaults instantiates a new SetSecretkeyResponse 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

GetName

func (o *SetSecretkeyResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SetSecretkeyResponse) GetNameOk() (*string, bool)

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

SetName

func (o *SetSecretkeyResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SetSecretkeyResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetPublicKey

func (o *SetSecretkeyResponse) GetPublicKey() []int64

GetPublicKey returns the PublicKey field if non-nil, zero value otherwise.

GetPublicKeyOk

func (o *SetSecretkeyResponse) GetPublicKeyOk() (*[]int64, bool)

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

SetPublicKey

func (o *SetSecretkeyResponse) SetPublicKey(v []int64)

SetPublicKey sets PublicKey field to given value.

HasPublicKey

func (o *SetSecretkeyResponse) HasPublicKey() bool

HasPublicKey returns a boolean if a field has been set.

GetType

func (o *SetSecretkeyResponse) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *SetSecretkeyResponse) GetTypeOk() (*string, bool)

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

SetType

func (o *SetSecretkeyResponse) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *SetSecretkeyResponse) HasType() bool

HasType returns a boolean if a field has been set.

GetVersion

func (o *SetSecretkeyResponse) GetVersion() int64

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *SetSecretkeyResponse) GetVersionOk() (*int64, bool)

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

SetVersion

func (o *SetSecretkeyResponse) SetVersion(v int64)

SetVersion sets Version field to given value.

HasVersion

func (o *SetSecretkeyResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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