| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| TemplateId | Pointer to int32 | [optional] | |
| Status | Pointer to string | [optional] | |
| Debug | Pointer to bool | [optional] | |
| Playbook | Pointer to string | [optional] | |
| Environment | Pointer to string | [optional] | |
| Secret | Pointer to string | [optional] | |
| Limit | Pointer to string | [optional] | |
| Message | Pointer to string | [optional] |
func NewTask() *Task
NewTask instantiates a new Task 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 NewTaskWithDefaults() *Task
NewTaskWithDefaults instantiates a new Task 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 *Task) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Task) GetIdOk() (*int32, 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 *Task) SetId(v int32)
SetId sets Id field to given value.
func (o *Task) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Task) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *Task) GetTemplateIdOk() (*int32, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Task) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *Task) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *Task) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *Task) GetStatusOk() (*string, 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 *Task) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *Task) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *Task) GetDebug() bool
GetDebug returns the Debug field if non-nil, zero value otherwise.
func (o *Task) GetDebugOk() (*bool, bool)
GetDebugOk returns a tuple with the Debug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Task) SetDebug(v bool)
SetDebug sets Debug field to given value.
func (o *Task) HasDebug() bool
HasDebug returns a boolean if a field has been set.
func (o *Task) GetPlaybook() string
GetPlaybook returns the Playbook field if non-nil, zero value otherwise.
func (o *Task) GetPlaybookOk() (*string, bool)
GetPlaybookOk returns a tuple with the Playbook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Task) SetPlaybook(v string)
SetPlaybook sets Playbook field to given value.
func (o *Task) HasPlaybook() bool
HasPlaybook returns a boolean if a field has been set.
func (o *Task) GetEnvironment() string
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *Task) GetEnvironmentOk() (*string, bool)
GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Task) SetEnvironment(v string)
SetEnvironment sets Environment field to given value.
func (o *Task) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *Task) GetSecret() string
GetSecret returns the Secret field if non-nil, zero value otherwise.
func (o *Task) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Task) SetSecret(v string)
SetSecret sets Secret field to given value.
func (o *Task) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (o *Task) GetLimit() string
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *Task) GetLimitOk() (*string, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Task) SetLimit(v string)
SetLimit sets Limit field to given value.
func (o *Task) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *Task) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *Task) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Task) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *Task) HasMessage() bool
HasMessage returns a boolean if a field has been set.