Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Enabled | Pointer to bool | [optional] [default to false] | |
Description | Pointer to string | [optional] [default to ""] | |
Status | Pointer to TaskStatus | [optional] | |
StatusMessage | Pointer to string | [optional] [default to ""] | |
LastRun | Pointer to time.Time | [optional] | |
Frequency | Pointer to string | [optional] | |
Type | Pointer to string | [optional] [default to "feed"] | |
Id | string | [readonly] | |
ActsOn | Pointer to []string | [optional] [default to []] | |
IncludeTags | Pointer to []string | [optional] [default to []] | |
ExcludeTags | Pointer to []string | [optional] [default to []] | |
IgnoreTags | Pointer to []string | [optional] [default to []] | |
FreshTags | Pointer to bool | [optional] [default to true] | |
TemplateName | string | ||
Sha256 | Pointer to string | [optional] |
func NewTasksInner(name string, id string, templateName string, ) *TasksInner
NewTasksInner instantiates a new TasksInner 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 NewTasksInnerWithDefaults() *TasksInner
NewTasksInnerWithDefaults instantiates a new TasksInner 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 *TasksInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TasksInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetName(v string)
SetName sets Name field to given value.
func (o *TasksInner) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *TasksInner) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *TasksInner) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *TasksInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *TasksInner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *TasksInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *TasksInner) GetStatus() TaskStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *TasksInner) GetStatusOk() (*TaskStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetStatus(v TaskStatus)
SetStatus sets Status field to given value.
func (o *TasksInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *TasksInner) GetStatusMessage() string
GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise.
func (o *TasksInner) GetStatusMessageOk() (*string, bool)
GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetStatusMessage(v string)
SetStatusMessage sets StatusMessage field to given value.
func (o *TasksInner) HasStatusMessage() bool
HasStatusMessage returns a boolean if a field has been set.
func (o *TasksInner) GetLastRun() time.Time
GetLastRun returns the LastRun field if non-nil, zero value otherwise.
func (o *TasksInner) GetLastRunOk() (*time.Time, bool)
GetLastRunOk returns a tuple with the LastRun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetLastRun(v time.Time)
SetLastRun sets LastRun field to given value.
func (o *TasksInner) HasLastRun() bool
HasLastRun returns a boolean if a field has been set.
func (o *TasksInner) GetFrequency() string
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
func (o *TasksInner) GetFrequencyOk() (*string, bool)
GetFrequencyOk returns a tuple with the Frequency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetFrequency(v string)
SetFrequency sets Frequency field to given value.
func (o *TasksInner) HasFrequency() bool
HasFrequency returns a boolean if a field has been set.
func (o *TasksInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TasksInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetType(v string)
SetType sets Type field to given value.
func (o *TasksInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *TasksInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *TasksInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetId(v string)
SetId sets Id field to given value.
func (o *TasksInner) GetActsOn() []string
GetActsOn returns the ActsOn field if non-nil, zero value otherwise.
func (o *TasksInner) GetActsOnOk() (*[]string, bool)
GetActsOnOk returns a tuple with the ActsOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetActsOn(v []string)
SetActsOn sets ActsOn field to given value.
func (o *TasksInner) HasActsOn() bool
HasActsOn returns a boolean if a field has been set.
func (o *TasksInner) GetIncludeTags() []string
GetIncludeTags returns the IncludeTags field if non-nil, zero value otherwise.
func (o *TasksInner) GetIncludeTagsOk() (*[]string, bool)
GetIncludeTagsOk returns a tuple with the IncludeTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetIncludeTags(v []string)
SetIncludeTags sets IncludeTags field to given value.
func (o *TasksInner) HasIncludeTags() bool
HasIncludeTags returns a boolean if a field has been set.
func (o *TasksInner) GetExcludeTags() []string
GetExcludeTags returns the ExcludeTags field if non-nil, zero value otherwise.
func (o *TasksInner) GetExcludeTagsOk() (*[]string, bool)
GetExcludeTagsOk returns a tuple with the ExcludeTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetExcludeTags(v []string)
SetExcludeTags sets ExcludeTags field to given value.
func (o *TasksInner) HasExcludeTags() bool
HasExcludeTags returns a boolean if a field has been set.
func (o *TasksInner) GetIgnoreTags() []string
GetIgnoreTags returns the IgnoreTags field if non-nil, zero value otherwise.
func (o *TasksInner) GetIgnoreTagsOk() (*[]string, bool)
GetIgnoreTagsOk returns a tuple with the IgnoreTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetIgnoreTags(v []string)
SetIgnoreTags sets IgnoreTags field to given value.
func (o *TasksInner) HasIgnoreTags() bool
HasIgnoreTags returns a boolean if a field has been set.
func (o *TasksInner) GetFreshTags() bool
GetFreshTags returns the FreshTags field if non-nil, zero value otherwise.
func (o *TasksInner) GetFreshTagsOk() (*bool, bool)
GetFreshTagsOk returns a tuple with the FreshTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetFreshTags(v bool)
SetFreshTags sets FreshTags field to given value.
func (o *TasksInner) HasFreshTags() bool
HasFreshTags returns a boolean if a field has been set.
func (o *TasksInner) GetTemplateName() string
GetTemplateName returns the TemplateName field if non-nil, zero value otherwise.
func (o *TasksInner) GetTemplateNameOk() (*string, bool)
GetTemplateNameOk returns a tuple with the TemplateName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetTemplateName(v string)
SetTemplateName sets TemplateName field to given value.
func (o *TasksInner) GetSha256() string
GetSha256 returns the Sha256 field if non-nil, zero value otherwise.
func (o *TasksInner) GetSha256Ok() (*string, bool)
GetSha256Ok returns a tuple with the Sha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TasksInner) SetSha256(v string)
SetSha256 sets Sha256 field to given value.
func (o *TasksInner) HasSha256() bool
HasSha256 returns a boolean if a field has been set.