Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

ProtocolAlgorithmTypeSignature.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

ProtocolAlgorithmTypeSignature

Properties

Name Type Description Notes
Algorithm Pointer to string [optional]
Scope Pointer to ProtocolAlgorithmTypeSignatureScope [optional]

Methods

NewProtocolAlgorithmTypeSignature

func NewProtocolAlgorithmTypeSignature() *ProtocolAlgorithmTypeSignature

NewProtocolAlgorithmTypeSignature instantiates a new ProtocolAlgorithmTypeSignature 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

NewProtocolAlgorithmTypeSignatureWithDefaults

func NewProtocolAlgorithmTypeSignatureWithDefaults() *ProtocolAlgorithmTypeSignature

NewProtocolAlgorithmTypeSignatureWithDefaults instantiates a new ProtocolAlgorithmTypeSignature 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

GetAlgorithm

func (o *ProtocolAlgorithmTypeSignature) GetAlgorithm() string

GetAlgorithm returns the Algorithm field if non-nil, zero value otherwise.

GetAlgorithmOk

func (o *ProtocolAlgorithmTypeSignature) GetAlgorithmOk() (*string, bool)

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

SetAlgorithm

func (o *ProtocolAlgorithmTypeSignature) SetAlgorithm(v string)

SetAlgorithm sets Algorithm field to given value.

HasAlgorithm

func (o *ProtocolAlgorithmTypeSignature) HasAlgorithm() bool

HasAlgorithm returns a boolean if a field has been set.

GetScope

func (o *ProtocolAlgorithmTypeSignature) GetScope() ProtocolAlgorithmTypeSignatureScope

GetScope returns the Scope field if non-nil, zero value otherwise.

GetScopeOk

func (o *ProtocolAlgorithmTypeSignature) GetScopeOk() (*ProtocolAlgorithmTypeSignatureScope, bool)

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

SetScope

func (o *ProtocolAlgorithmTypeSignature) SetScope(v ProtocolAlgorithmTypeSignatureScope)

SetScope sets Scope field to given value.

HasScope

func (o *ProtocolAlgorithmTypeSignature) HasScope() bool

HasScope returns a boolean if a field has been set.

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