Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.17 KB

TaskLinks.md

File metadata and controls

134 lines (73 loc) · 3.17 KB

TaskLinks

Properties

Name Type Description Notes
App Pointer to string [optional]
Cancel Pointer to string [optional]
Droplet Pointer to string [optional]
Self Pointer to string [optional]

Methods

NewTaskLinks

func NewTaskLinks() *TaskLinks

NewTaskLinks instantiates a new TaskLinks 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

NewTaskLinksWithDefaults

func NewTaskLinksWithDefaults() *TaskLinks

NewTaskLinksWithDefaults instantiates a new TaskLinks 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

GetApp

func (o *TaskLinks) GetApp() string

GetApp returns the App field if non-nil, zero value otherwise.

GetAppOk

func (o *TaskLinks) GetAppOk() (*string, bool)

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

SetApp

func (o *TaskLinks) SetApp(v string)

SetApp sets App field to given value.

HasApp

func (o *TaskLinks) HasApp() bool

HasApp returns a boolean if a field has been set.

GetCancel

func (o *TaskLinks) GetCancel() string

GetCancel returns the Cancel field if non-nil, zero value otherwise.

GetCancelOk

func (o *TaskLinks) GetCancelOk() (*string, bool)

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

SetCancel

func (o *TaskLinks) SetCancel(v string)

SetCancel sets Cancel field to given value.

HasCancel

func (o *TaskLinks) HasCancel() bool

HasCancel returns a boolean if a field has been set.

GetDroplet

func (o *TaskLinks) GetDroplet() string

GetDroplet returns the Droplet field if non-nil, zero value otherwise.

GetDropletOk

func (o *TaskLinks) GetDropletOk() (*string, bool)

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

SetDroplet

func (o *TaskLinks) SetDroplet(v string)

SetDroplet sets Droplet field to given value.

HasDroplet

func (o *TaskLinks) HasDroplet() bool

HasDroplet returns a boolean if a field has been set.

GetSelf

func (o *TaskLinks) GetSelf() string

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *TaskLinks) GetSelfOk() (*string, bool)

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

SetSelf

func (o *TaskLinks) SetSelf(v string)

SetSelf sets Self field to given value.

HasSelf

func (o *TaskLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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