Name | Type | Description | Notes |
---|---|---|---|
Commit | NullableCommit | ||
ImageName | string | ||
Tag | string | ||
Arguments | []string | ||
Entrypoint | Pointer to string | [optional] | |
Schedule | Pointer to DeploymentHistoryServiceDetailsOneOf2Schedule | [optional] | |
JobType | string | ||
Repository | Pointer to DeploymentHistoryServiceDetailsOneOf3Repository | [optional] |
func NewDeploymentHistoryServiceDetails(commit NullableCommit, imageName string, tag string, arguments []string, jobType string, ) *DeploymentHistoryServiceDetails
NewDeploymentHistoryServiceDetails instantiates a new DeploymentHistoryServiceDetails 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 NewDeploymentHistoryServiceDetailsWithDefaults() *DeploymentHistoryServiceDetails
NewDeploymentHistoryServiceDetailsWithDefaults instantiates a new DeploymentHistoryServiceDetails 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 *DeploymentHistoryServiceDetails) GetCommit() Commit
GetCommit returns the Commit field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetCommitOk() (*Commit, bool)
GetCommitOk returns a tuple with the Commit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetCommit(v Commit)
SetCommit sets Commit field to given value.
func (o *DeploymentHistoryServiceDetails) SetCommitNil(b bool)
SetCommitNil sets the value for Commit to be an explicit nil
func (o *DeploymentHistoryServiceDetails) UnsetCommit()
UnsetCommit ensures that no value is present for Commit, not even an explicit nil
func (o *DeploymentHistoryServiceDetails) GetImageName() string
GetImageName returns the ImageName field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetImageNameOk() (*string, bool)
GetImageNameOk returns a tuple with the ImageName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetImageName(v string)
SetImageName sets ImageName field to given value.
func (o *DeploymentHistoryServiceDetails) GetTag() string
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetTag(v string)
SetTag sets Tag field to given value.
func (o *DeploymentHistoryServiceDetails) GetArguments() []string
GetArguments returns the Arguments field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetArgumentsOk() (*[]string, bool)
GetArgumentsOk returns a tuple with the Arguments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetArguments(v []string)
SetArguments sets Arguments field to given value.
func (o *DeploymentHistoryServiceDetails) GetEntrypoint() string
GetEntrypoint returns the Entrypoint field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetEntrypointOk() (*string, bool)
GetEntrypointOk returns a tuple with the Entrypoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetEntrypoint(v string)
SetEntrypoint sets Entrypoint field to given value.
func (o *DeploymentHistoryServiceDetails) HasEntrypoint() bool
HasEntrypoint returns a boolean if a field has been set.
func (o *DeploymentHistoryServiceDetails) GetSchedule() DeploymentHistoryServiceDetailsOneOf2Schedule
GetSchedule returns the Schedule field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetScheduleOk() (*DeploymentHistoryServiceDetailsOneOf2Schedule, bool)
GetScheduleOk returns a tuple with the Schedule field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetSchedule(v DeploymentHistoryServiceDetailsOneOf2Schedule)
SetSchedule sets Schedule field to given value.
func (o *DeploymentHistoryServiceDetails) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (o *DeploymentHistoryServiceDetails) GetJobType() string
GetJobType returns the JobType field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetJobTypeOk() (*string, bool)
GetJobTypeOk returns a tuple with the JobType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetJobType(v string)
SetJobType sets JobType field to given value.
func (o *DeploymentHistoryServiceDetails) GetRepository() DeploymentHistoryServiceDetailsOneOf3Repository
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetails) GetRepositoryOk() (*DeploymentHistoryServiceDetailsOneOf3Repository, bool)
GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentHistoryServiceDetails) SetRepository(v DeploymentHistoryServiceDetailsOneOf3Repository)
SetRepository sets Repository field to given value.
func (o *DeploymentHistoryServiceDetails) HasRepository() bool
HasRepository returns a boolean if a field has been set.