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 NullableTime | [optional] | |
Frequency | Pointer to NullableString | [optional] | |
Type | Pointer to string | [optional] [default to "export"] | |
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] | |
ActsOn | Pointer to []ObservableTypeInput | [optional] [default to []] | |
TemplateName | string | ||
Sha256 | Pointer to NullableString | [optional] |
func NewExportTaskInput(name string, templateName string, ) *ExportTaskInput
NewExportTaskInput instantiates a new ExportTaskInput 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 NewExportTaskInputWithDefaults() *ExportTaskInput
NewExportTaskInputWithDefaults instantiates a new ExportTaskInput 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 *ExportTaskInput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetName(v string)
SetName sets Name field to given value.
func (o *ExportTaskInput) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *ExportTaskInput) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *ExportTaskInput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ExportTaskInput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ExportTaskInput) GetStatus() TaskStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetStatus(v TaskStatus)
SetStatus sets Status field to given value.
func (o *ExportTaskInput) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ExportTaskInput) GetStatusMessage() string
GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetStatusMessage(v string)
SetStatusMessage sets StatusMessage field to given value.
func (o *ExportTaskInput) HasStatusMessage() bool
HasStatusMessage returns a boolean if a field has been set.
func (o *ExportTaskInput) GetLastRun() time.Time
GetLastRun returns the LastRun field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetLastRun(v time.Time)
SetLastRun sets LastRun field to given value.
func (o *ExportTaskInput) HasLastRun() bool
HasLastRun returns a boolean if a field has been set.
func (o *ExportTaskInput) SetLastRunNil(b bool)
SetLastRunNil sets the value for LastRun to be an explicit nil
func (o *ExportTaskInput) UnsetLastRun()
UnsetLastRun ensures that no value is present for LastRun, not even an explicit nil
func (o *ExportTaskInput) GetFrequency() string
GetFrequency returns the Frequency field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetFrequency(v string)
SetFrequency sets Frequency field to given value.
func (o *ExportTaskInput) HasFrequency() bool
HasFrequency returns a boolean if a field has been set.
func (o *ExportTaskInput) SetFrequencyNil(b bool)
SetFrequencyNil sets the value for Frequency to be an explicit nil
func (o *ExportTaskInput) UnsetFrequency()
UnsetFrequency ensures that no value is present for Frequency, not even an explicit nil
func (o *ExportTaskInput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetType(v string)
SetType sets Type field to given value.
func (o *ExportTaskInput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ExportTaskInput) GetIncludeTags() []string
GetIncludeTags returns the IncludeTags field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetIncludeTags(v []string)
SetIncludeTags sets IncludeTags field to given value.
func (o *ExportTaskInput) HasIncludeTags() bool
HasIncludeTags returns a boolean if a field has been set.
func (o *ExportTaskInput) GetExcludeTags() []string
GetExcludeTags returns the ExcludeTags field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetExcludeTags(v []string)
SetExcludeTags sets ExcludeTags field to given value.
func (o *ExportTaskInput) HasExcludeTags() bool
HasExcludeTags returns a boolean if a field has been set.
func (o *ExportTaskInput) GetIgnoreTags() []string
GetIgnoreTags returns the IgnoreTags field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetIgnoreTags(v []string)
SetIgnoreTags sets IgnoreTags field to given value.
func (o *ExportTaskInput) HasIgnoreTags() bool
HasIgnoreTags returns a boolean if a field has been set.
func (o *ExportTaskInput) GetFreshTags() bool
GetFreshTags returns the FreshTags field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetFreshTags(v bool)
SetFreshTags sets FreshTags field to given value.
func (o *ExportTaskInput) HasFreshTags() bool
HasFreshTags returns a boolean if a field has been set.
func (o *ExportTaskInput) GetActsOn() []ObservableTypeInput
GetActsOn returns the ActsOn field if non-nil, zero value otherwise.
func (o *ExportTaskInput) GetActsOnOk() (*[]ObservableTypeInput, 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 *ExportTaskInput) SetActsOn(v []ObservableTypeInput)
SetActsOn sets ActsOn field to given value.
func (o *ExportTaskInput) HasActsOn() bool
HasActsOn returns a boolean if a field has been set.
func (o *ExportTaskInput) GetTemplateName() string
GetTemplateName returns the TemplateName field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetTemplateName(v string)
SetTemplateName sets TemplateName field to given value.
func (o *ExportTaskInput) GetSha256() string
GetSha256 returns the Sha256 field if non-nil, zero value otherwise.
func (o *ExportTaskInput) 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 *ExportTaskInput) SetSha256(v string)
SetSha256 sets Sha256 field to given value.
func (o *ExportTaskInput) HasSha256() bool
HasSha256 returns a boolean if a field has been set.
func (o *ExportTaskInput) SetSha256Nil(b bool)
SetSha256Nil sets the value for Sha256 to be an explicit nil
func (o *ExportTaskInput) UnsetSha256()
UnsetSha256 ensures that no value is present for Sha256, not even an explicit nil