Skip to main content

TaskResultDetailsReturnsInner

Properties

NameTypeDescriptionNotes
DisplayLabelPointer to stringAttribute description.[optional]
AttributeNamePointer to stringSystem or database attribute name.[optional]

Methods

NewTaskResultDetailsReturnsInner

func NewTaskResultDetailsReturnsInner() *TaskResultDetailsReturnsInner

NewTaskResultDetailsReturnsInner instantiates a new TaskResultDetailsReturnsInner 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

NewTaskResultDetailsReturnsInnerWithDefaults

func NewTaskResultDetailsReturnsInnerWithDefaults() *TaskResultDetailsReturnsInner

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

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

GetDisplayLabelOk

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

SetDisplayLabel sets DisplayLabel field to given value.

HasDisplayLabel

func (o *TaskResultDetailsReturnsInner) HasDisplayLabel() bool

HasDisplayLabel returns a boolean if a field has been set.

GetAttributeName

func (o *TaskResultDetailsReturnsInner) GetAttributeName() string

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

GetAttributeNameOk

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

SetAttributeName sets AttributeName field to given value.

HasAttributeName

func (o *TaskResultDetailsReturnsInner) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.