TaskExtraLinks

Properties

NameTypeDescriptionNotes
ClassRefPointer to ClassReference[optional]

Methods

NewTaskExtraLinks

func NewTaskExtraLinks() *TaskExtraLinks

NewTaskExtraLinks instantiates a new TaskExtraLinks 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

NewTaskExtraLinksWithDefaults

func NewTaskExtraLinksWithDefaults() *TaskExtraLinks

NewTaskExtraLinksWithDefaults instantiates a new TaskExtraLinks 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

GetClassRef

func (o *TaskExtraLinks) GetClassRef() ClassReference

GetClassRef returns the ClassRef field if non-nil, zero value otherwise.

GetClassRefOk

func (o *TaskExtraLinks) GetClassRefOk() (*ClassReference, bool)

GetClassRefOk returns a tuple with the ClassRef field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClassRef

func (o *TaskExtraLinks) SetClassRef(v ClassReference)

SetClassRef sets ClassRef field to given value.

HasClassRef

func (o *TaskExtraLinks) HasClassRef() bool

HasClassRef returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]