Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | id of the job to be updated. | [optional] |
ImageTag | Pointer to string | new tag for the job image. Use only if job is an image source. Can be empty only if the service has been already deployed (in this case the service version won't be changed) | [optional] |
GitCommitId | Pointer to string | Commit ID to deploy. Use only if job is a repository source. Can be empty only if the service has been already deployed (in this case the service version won't be changed) | [optional] |
func NewDeployAllRequestJobsInner() *DeployAllRequestJobsInner
NewDeployAllRequestJobsInner instantiates a new DeployAllRequestJobsInner 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 NewDeployAllRequestJobsInnerWithDefaults() *DeployAllRequestJobsInner
NewDeployAllRequestJobsInnerWithDefaults instantiates a new DeployAllRequestJobsInner 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 *DeployAllRequestJobsInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DeployAllRequestJobsInner) 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 *DeployAllRequestJobsInner) SetId(v string)
SetId sets Id field to given value.
func (o *DeployAllRequestJobsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DeployAllRequestJobsInner) GetImageTag() string
GetImageTag returns the ImageTag field if non-nil, zero value otherwise.
func (o *DeployAllRequestJobsInner) GetImageTagOk() (*string, bool)
GetImageTagOk returns a tuple with the ImageTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeployAllRequestJobsInner) SetImageTag(v string)
SetImageTag sets ImageTag field to given value.
func (o *DeployAllRequestJobsInner) HasImageTag() bool
HasImageTag returns a boolean if a field has been set.
func (o *DeployAllRequestJobsInner) GetGitCommitId() string
GetGitCommitId returns the GitCommitId field if non-nil, zero value otherwise.
func (o *DeployAllRequestJobsInner) GetGitCommitIdOk() (*string, bool)
GetGitCommitIdOk returns a tuple with the GitCommitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeployAllRequestJobsInner) SetGitCommitId(v string)
SetGitCommitId sets GitCommitId field to given value.
func (o *DeployAllRequestJobsInner) HasGitCommitId() bool
HasGitCommitId returns a boolean if a field has been set.