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] |
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
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
func (o *LoadAccountsTaskTaskReturnsInner) GetDisplayLabel() string
GetDisplayLabel returns the DisplayLabel field if non-nil, zero value otherwise.
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.
func (o *LoadAccountsTaskTaskReturnsInner) SetDisplayLabel(v string)
SetDisplayLabel sets DisplayLabel field to given value.
func (o *LoadAccountsTaskTaskReturnsInner) HasDisplayLabel() bool
HasDisplayLabel returns a boolean if a field has been set.
func (o *LoadAccountsTaskTaskReturnsInner) GetAttributeName() string
GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.
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.
func (o *LoadAccountsTaskTaskReturnsInner) SetAttributeName(v string)
SetAttributeName sets AttributeName field to given value.
func (o *LoadAccountsTaskTaskReturnsInner) HasAttributeName() bool
HasAttributeName returns a boolean if a field has been set.