| Name | Type | Description | Notes |
|---|---|---|---|
| TemplateId | Pointer to int32 | [optional] | |
| Debug | Pointer to bool | [optional] | |
| DryRun | Pointer to bool | [optional] | |
| Diff | Pointer to bool | [optional] | |
| Playbook | Pointer to string | [optional] | |
| Environment | Pointer to string | [optional] | |
| Limit | Pointer to string | [optional] | |
| GitBranch | Pointer to string | [optional] | |
| Message | Pointer to string | [optional] |
func NewProjectProjectIdTasksPostRequest() *ProjectProjectIdTasksPostRequest
NewProjectProjectIdTasksPostRequest instantiates a new ProjectProjectIdTasksPostRequest 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 NewProjectProjectIdTasksPostRequestWithDefaults() *ProjectProjectIdTasksPostRequest
NewProjectProjectIdTasksPostRequestWithDefaults instantiates a new ProjectProjectIdTasksPostRequest 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 *ProjectProjectIdTasksPostRequest) GetTemplateId() int32
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) 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 *ProjectProjectIdTasksPostRequest) SetTemplateId(v int32)
SetTemplateId sets TemplateId field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetDebug() bool
GetDebug returns the Debug field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) 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 *ProjectProjectIdTasksPostRequest) SetDebug(v bool)
SetDebug sets Debug field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasDebug() bool
HasDebug returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetDryRun() bool
GetDryRun returns the DryRun field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) GetDryRunOk() (*bool, bool)
GetDryRunOk returns a tuple with the DryRun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectProjectIdTasksPostRequest) SetDryRun(v bool)
SetDryRun sets DryRun field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasDryRun() bool
HasDryRun returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetDiff() bool
GetDiff returns the Diff field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) GetDiffOk() (*bool, bool)
GetDiffOk returns a tuple with the Diff field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectProjectIdTasksPostRequest) SetDiff(v bool)
SetDiff sets Diff field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasDiff() bool
HasDiff returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetPlaybook() string
GetPlaybook returns the Playbook field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) 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 *ProjectProjectIdTasksPostRequest) SetPlaybook(v string)
SetPlaybook sets Playbook field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasPlaybook() bool
HasPlaybook returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetEnvironment() string
GetEnvironment returns the Environment field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) 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 *ProjectProjectIdTasksPostRequest) SetEnvironment(v string)
SetEnvironment sets Environment field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasEnvironment() bool
HasEnvironment returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetLimit() string
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) 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 *ProjectProjectIdTasksPostRequest) SetLimit(v string)
SetLimit sets Limit field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetGitBranch() string
GetGitBranch returns the GitBranch field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) GetGitBranchOk() (*string, bool)
GetGitBranchOk returns a tuple with the GitBranch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProjectProjectIdTasksPostRequest) SetGitBranch(v string)
SetGitBranch sets GitBranch field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasGitBranch() bool
HasGitBranch returns a boolean if a field has been set.
func (o *ProjectProjectIdTasksPostRequest) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ProjectProjectIdTasksPostRequest) 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 *ProjectProjectIdTasksPostRequest) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ProjectProjectIdTasksPostRequest) HasMessage() bool
HasMessage returns a boolean if a field has been set.