Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.44 KB

ProtocolAlgorithms.md

File metadata and controls

82 lines (45 loc) · 2.44 KB

ProtocolAlgorithms

Properties

Name Type Description Notes
Request Pointer to ProtocolAlgorithmType [optional]
Response Pointer to ProtocolAlgorithmType [optional]

Methods

NewProtocolAlgorithms

func NewProtocolAlgorithms() *ProtocolAlgorithms

NewProtocolAlgorithms instantiates a new ProtocolAlgorithms 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

NewProtocolAlgorithmsWithDefaults

func NewProtocolAlgorithmsWithDefaults() *ProtocolAlgorithms

NewProtocolAlgorithmsWithDefaults instantiates a new ProtocolAlgorithms 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

GetRequest

func (o *ProtocolAlgorithms) GetRequest() ProtocolAlgorithmType

GetRequest returns the Request field if non-nil, zero value otherwise.

GetRequestOk

func (o *ProtocolAlgorithms) GetRequestOk() (*ProtocolAlgorithmType, bool)

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

SetRequest

func (o *ProtocolAlgorithms) SetRequest(v ProtocolAlgorithmType)

SetRequest sets Request field to given value.

HasRequest

func (o *ProtocolAlgorithms) HasRequest() bool

HasRequest returns a boolean if a field has been set.

GetResponse

func (o *ProtocolAlgorithms) GetResponse() ProtocolAlgorithmType

GetResponse returns the Response field if non-nil, zero value otherwise.

GetResponseOk

func (o *ProtocolAlgorithms) GetResponseOk() (*ProtocolAlgorithmType, bool)

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

SetResponse

func (o *ProtocolAlgorithms) SetResponse(v ProtocolAlgorithmType)

SetResponse sets Response field to given value.

HasResponse

func (o *ProtocolAlgorithms) HasResponse() bool

HasResponse returns a boolean if a field has been set.

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