Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 7.36 KB

File metadata and controls

264 lines (143 loc) · 7.36 KB

ProjectProjectIdTasksPostRequest

Properties

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]

Methods

NewProjectProjectIdTasksPostRequest

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

NewProjectProjectIdTasksPostRequestWithDefaults

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

GetTemplateId

func (o *ProjectProjectIdTasksPostRequest) GetTemplateId() int32

GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.

GetTemplateIdOk

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.

SetTemplateId

func (o *ProjectProjectIdTasksPostRequest) SetTemplateId(v int32)

SetTemplateId sets TemplateId field to given value.

HasTemplateId

func (o *ProjectProjectIdTasksPostRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

GetDebug

func (o *ProjectProjectIdTasksPostRequest) GetDebug() bool

GetDebug returns the Debug field if non-nil, zero value otherwise.

GetDebugOk

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.

SetDebug

func (o *ProjectProjectIdTasksPostRequest) SetDebug(v bool)

SetDebug sets Debug field to given value.

HasDebug

func (o *ProjectProjectIdTasksPostRequest) HasDebug() bool

HasDebug returns a boolean if a field has been set.

GetDryRun

func (o *ProjectProjectIdTasksPostRequest) GetDryRun() bool

GetDryRun returns the DryRun field if non-nil, zero value otherwise.

GetDryRunOk

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.

SetDryRun

func (o *ProjectProjectIdTasksPostRequest) SetDryRun(v bool)

SetDryRun sets DryRun field to given value.

HasDryRun

func (o *ProjectProjectIdTasksPostRequest) HasDryRun() bool

HasDryRun returns a boolean if a field has been set.

GetDiff

func (o *ProjectProjectIdTasksPostRequest) GetDiff() bool

GetDiff returns the Diff field if non-nil, zero value otherwise.

GetDiffOk

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.

SetDiff

func (o *ProjectProjectIdTasksPostRequest) SetDiff(v bool)

SetDiff sets Diff field to given value.

HasDiff

func (o *ProjectProjectIdTasksPostRequest) HasDiff() bool

HasDiff returns a boolean if a field has been set.

GetPlaybook

func (o *ProjectProjectIdTasksPostRequest) GetPlaybook() string

GetPlaybook returns the Playbook field if non-nil, zero value otherwise.

GetPlaybookOk

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.

SetPlaybook

func (o *ProjectProjectIdTasksPostRequest) SetPlaybook(v string)

SetPlaybook sets Playbook field to given value.

HasPlaybook

func (o *ProjectProjectIdTasksPostRequest) HasPlaybook() bool

HasPlaybook returns a boolean if a field has been set.

GetEnvironment

func (o *ProjectProjectIdTasksPostRequest) GetEnvironment() string

GetEnvironment returns the Environment field if non-nil, zero value otherwise.

GetEnvironmentOk

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.

SetEnvironment

func (o *ProjectProjectIdTasksPostRequest) SetEnvironment(v string)

SetEnvironment sets Environment field to given value.

HasEnvironment

func (o *ProjectProjectIdTasksPostRequest) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

GetLimit

func (o *ProjectProjectIdTasksPostRequest) GetLimit() string

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

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.

SetLimit

func (o *ProjectProjectIdTasksPostRequest) SetLimit(v string)

SetLimit sets Limit field to given value.

HasLimit

func (o *ProjectProjectIdTasksPostRequest) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetGitBranch

func (o *ProjectProjectIdTasksPostRequest) GetGitBranch() string

GetGitBranch returns the GitBranch field if non-nil, zero value otherwise.

GetGitBranchOk

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.

SetGitBranch

func (o *ProjectProjectIdTasksPostRequest) SetGitBranch(v string)

SetGitBranch sets GitBranch field to given value.

HasGitBranch

func (o *ProjectProjectIdTasksPostRequest) HasGitBranch() bool

HasGitBranch returns a boolean if a field has been set.

GetMessage

func (o *ProjectProjectIdTasksPostRequest) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *ProjectProjectIdTasksPostRequest) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ProjectProjectIdTasksPostRequest) HasMessage() bool

HasMessage returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]