Skip to main content

LoadEntitlementTaskReturnsInner

Properties

NameTypeDescriptionNotes
DisplayLabelPointer to stringThe display label for the return value[optional]
AttributeNamePointer to stringThe attribute name for the return value[optional]

Methods

NewLoadEntitlementTaskReturnsInner

func NewLoadEntitlementTaskReturnsInner() *LoadEntitlementTaskReturnsInner

NewLoadEntitlementTaskReturnsInner instantiates a new LoadEntitlementTaskReturnsInner 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

NewLoadEntitlementTaskReturnsInnerWithDefaults

func NewLoadEntitlementTaskReturnsInnerWithDefaults() *LoadEntitlementTaskReturnsInner

NewLoadEntitlementTaskReturnsInnerWithDefaults instantiates a new LoadEntitlementTaskReturnsInner 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 *LoadEntitlementTaskReturnsInner) GetDisplayLabel() string

GetDisplayLabel returns the DisplayLabel field if non-nil, zero value otherwise.

GetDisplayLabelOk

func (o *LoadEntitlementTaskReturnsInner) 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 *LoadEntitlementTaskReturnsInner) SetDisplayLabel(v string)

SetDisplayLabel sets DisplayLabel field to given value.

HasDisplayLabel

func (o *LoadEntitlementTaskReturnsInner) HasDisplayLabel() bool

HasDisplayLabel returns a boolean if a field has been set.

GetAttributeName

func (o *LoadEntitlementTaskReturnsInner) GetAttributeName() string

GetAttributeName returns the AttributeName field if non-nil, zero value otherwise.

GetAttributeNameOk

func (o *LoadEntitlementTaskReturnsInner) 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 *LoadEntitlementTaskReturnsInner) SetAttributeName(v string)

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *LoadEntitlementTaskReturnsInner) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.