LoadAccountsTaskTaskReturnsInner
Properties
Name | Type | Description | Notes |
---|---|---|---|
DisplayLabel | Pointer to string | The display label of the return value | [optional] |
AttributeName | Pointer to string | The attribute name of the return value | [optional] |
Methods
NewLoadAccountsTaskTaskReturnsInner
func NewLoadAccountsTaskTaskReturnsInner() *LoadAccountsTaskTaskReturnsInner
NewLoadAccountsTaskTaskReturnsInner instantiates a new LoadAccountsTaskTaskReturnsInner 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
NewLoadAccountsTaskTaskReturnsInnerWithDefaults
func NewLoadAccountsTaskTaskReturnsInnerWithDefaults() *LoadAccountsTaskTaskReturnsInner
NewLoadAccountsTaskTaskReturnsInnerWithDefaults instantiates a new LoadAccountsTaskTaskReturnsInner 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
GetDisplayLabel
func (o *LoadAccountsTaskTaskReturnsInner) GetDisplayLabel() string
GetDisplayLabel returns the DisplayLabel field if non-nil, zero value otherwise.
GetDisplayLabelOk
func (o *LoadAccountsTaskTaskReturnsInner) GetDisplayLabelOk() (*string, bool)
GetDisplayLabelOk returns a tuple with the DisplayLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisplayLabel
func (o *LoadAccountsTaskTaskReturnsInner) SetDisplayLabel(v string)
SetDisplayLabel sets DisplayLabel field to given value.
HasDisplayLabel
func (o *LoadAccountsTaskTaskReturnsInner) HasDisplayLabel() bool
HasDisplayLabel returns a boolean if a field has been set.
GetAttributeName
func (o *LoadAccountsTaskTaskReturnsInner) GetAttributeName() string
GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.
GetAttributeNameOk
func (o *LoadAccountsTaskTaskReturnsInner) GetAttributeNameOk() (*string, bool)
GetAttributeNameOk returns a tuple with the AttributeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAttributeName
func (o *LoadAccountsTaskTaskReturnsInner) SetAttributeName(v string)
SetAttributeName sets AttributeName field to given value.
HasAttributeName
func (o *LoadAccountsTaskTaskReturnsInner) HasAttributeName() bool
HasAttributeName returns a boolean if a field has been set.