func NewSignMessage(data string, ) *SignMessage
NewSignMessage instantiates a new SignMessage 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 NewSignMessageWithDefaults() *SignMessage
NewSignMessageWithDefaults instantiates a new SignMessage 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 *SignMessage) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SignMessage) 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.
func (o *SignMessage) SetName(v string)
SetName sets Name field to given value.
func (o *SignMessage) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SignMessage) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *SignMessage) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignMessage) SetData(v string)
SetData sets Data field to given value.
func (o *SignMessage) GetEncoding() string
GetEncoding returns the Encoding field if non-nil, zero value otherwise.
func (o *SignMessage) GetEncodingOk() (*string, bool)
GetEncodingOk returns a tuple with the Encoding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignMessage) SetEncoding(v string)
SetEncoding sets Encoding field to given value.
func (o *SignMessage) HasEncoding() bool
HasEncoding returns a boolean if a field has been set.
func (o *SignMessage) GetHeader() bool
GetHeader returns the Header field if non-nil, zero value otherwise.
func (o *SignMessage) GetHeaderOk() (*bool, bool)
GetHeaderOk returns a tuple with the Header field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignMessage) SetHeader(v bool)
SetHeader sets Header field to given value.
func (o *SignMessage) HasHeader() bool
HasHeader returns a boolean if a field has been set.
func (o *SignMessage) GetSigntype() bool
GetSigntype returns the Signtype field if non-nil, zero value otherwise.
func (o *SignMessage) GetSigntypeOk() (*bool, bool)
GetSigntypeOk returns a tuple with the Signtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignMessage) SetSigntype(v bool)
SetSigntype sets Signtype field to given value.
func (o *SignMessage) HasSigntype() bool
HasSigntype returns a boolean if a field has been set.
[Back to Model list] [Back to API list] [Back to README]
Name
Pointer to string
[optional]
Data
string
Encoding
Pointer to string
[optional]
Header
Pointer to bool
[optional]
Signtype
Pointer to bool
[optional]