Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.7 KB

File metadata and controls

56 lines (31 loc) · 1.7 KB

SignSecretkeyResponse

Properties

Name Type Description Notes
Signature Pointer to []int64 [optional]

Methods

NewSignSecretkeyResponse

func NewSignSecretkeyResponse() *SignSecretkeyResponse

NewSignSecretkeyResponse instantiates a new SignSecretkeyResponse 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

NewSignSecretkeyResponseWithDefaults

func NewSignSecretkeyResponseWithDefaults() *SignSecretkeyResponse

NewSignSecretkeyResponseWithDefaults instantiates a new SignSecretkeyResponse 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

GetSignature

func (o *SignSecretkeyResponse) GetSignature() []int64

GetSignature returns the Signature field if non-nil, zero value otherwise.

GetSignatureOk

func (o *SignSecretkeyResponse) GetSignatureOk() (*[]int64, bool)

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

SetSignature

func (o *SignSecretkeyResponse) SetSignature(v []int64)

SetSignature sets Signature field to given value.

HasSignature

func (o *SignSecretkeyResponse) HasSignature() bool

HasSignature returns a boolean if a field has been set.

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