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] |
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
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
func (o *ActivityInitiator) GetAppInitiator() string
GetAppInitiator returns the AppInitiator field if non-nil, zero value otherwise.
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.
func (o *ActivityInitiator) SetAppInitiator(v string)
SetAppInitiator sets AppInitiator field to given value.
func (o *ActivityInitiator) HasAppInitiator() bool
HasAppInitiator returns a boolean if a field has been set.