Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.82 KB

ProtocolAlgorithmType.md

File metadata and controls

56 lines (31 loc) · 1.82 KB

ProtocolAlgorithmType

Properties

Name Type Description Notes
Signature Pointer to ProtocolAlgorithmTypeSignature [optional]

Methods

NewProtocolAlgorithmType

func NewProtocolAlgorithmType() *ProtocolAlgorithmType

NewProtocolAlgorithmType instantiates a new ProtocolAlgorithmType 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

NewProtocolAlgorithmTypeWithDefaults

func NewProtocolAlgorithmTypeWithDefaults() *ProtocolAlgorithmType

NewProtocolAlgorithmTypeWithDefaults instantiates a new ProtocolAlgorithmType 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 *ProtocolAlgorithmType) GetSignature() ProtocolAlgorithmTypeSignature

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

GetSignatureOk

func (o *ProtocolAlgorithmType) GetSignatureOk() (*ProtocolAlgorithmTypeSignature, 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 *ProtocolAlgorithmType) SetSignature(v ProtocolAlgorithmTypeSignature)

SetSignature sets Signature field to given value.

HasSignature

func (o *ProtocolAlgorithmType) HasSignature() bool

HasSignature returns a boolean if a field has been set.

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