Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.83 KB

ActivityInitiator.md

File metadata and controls

56 lines (31 loc) · 1.83 KB

ActivityInitiator

Properties

Name Type Description Notes
AppInitiator Pointer to string The initiator of the staking activity. If you do not specify this property, the WaaS service will automatically designate the API key as the initiator. [optional]

Methods

NewActivityInitiator

func NewActivityInitiator() *ActivityInitiator

NewActivityInitiator instantiates a new ActivityInitiator 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

NewActivityInitiatorWithDefaults

func NewActivityInitiatorWithDefaults() *ActivityInitiator

NewActivityInitiatorWithDefaults instantiates a new ActivityInitiator 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

GetAppInitiator

func (o *ActivityInitiator) GetAppInitiator() string

GetAppInitiator returns the AppInitiator field if non-nil, zero value otherwise.

GetAppInitiatorOk

func (o *ActivityInitiator) GetAppInitiatorOk() (*string, bool)

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

SetAppInitiator

func (o *ActivityInitiator) SetAppInitiator(v string)

SetAppInitiator sets AppInitiator field to given value.

HasAppInitiator

func (o *ActivityInitiator) HasAppInitiator() bool

HasAppInitiator returns a boolean if a field has been set.

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