Name | Type | Description | Notes |
---|---|---|---|
App | Pointer to string | [optional] | |
Cancel | Pointer to string | [optional] | |
Droplet | Pointer to string | [optional] | |
Self | Pointer to string | [optional] |
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
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
func (o *TaskLinks) GetApp() string
GetApp returns the App field if non-nil, zero value otherwise.
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.
func (o *TaskLinks) SetApp(v string)
SetApp sets App field to given value.
func (o *TaskLinks) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *TaskLinks) GetCancel() string
GetCancel returns the Cancel field if non-nil, zero value otherwise.
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.
func (o *TaskLinks) SetCancel(v string)
SetCancel sets Cancel field to given value.
func (o *TaskLinks) HasCancel() bool
HasCancel returns a boolean if a field has been set.
func (o *TaskLinks) GetDroplet() string
GetDroplet returns the Droplet field if non-nil, zero value otherwise.
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.
func (o *TaskLinks) SetDroplet(v string)
SetDroplet sets Droplet field to given value.
func (o *TaskLinks) HasDroplet() bool
HasDroplet returns a boolean if a field has been set.
func (o *TaskLinks) GetSelf() string
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *TaskLinks) SetSelf(v string)
SetSelf sets Self field to given value.
func (o *TaskLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.