Name | Type | Description | Notes |
---|---|---|---|
Commit | Pointer to NullableCommit | [optional] | |
Repository | Pointer to DeploymentHistoryServiceDetailsOneOf3Repository | [optional] |
func NewDeploymentHistoryServiceDetailsOneOf3() *DeploymentHistoryServiceDetailsOneOf3
NewDeploymentHistoryServiceDetailsOneOf3 instantiates a new DeploymentHistoryServiceDetailsOneOf3 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 NewDeploymentHistoryServiceDetailsOneOf3WithDefaults() *DeploymentHistoryServiceDetailsOneOf3
NewDeploymentHistoryServiceDetailsOneOf3WithDefaults instantiates a new DeploymentHistoryServiceDetailsOneOf3 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 *DeploymentHistoryServiceDetailsOneOf3) GetCommit() Commit
GetCommit returns the Commit field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetailsOneOf3) 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 *DeploymentHistoryServiceDetailsOneOf3) SetCommit(v Commit)
SetCommit sets Commit field to given value.
func (o *DeploymentHistoryServiceDetailsOneOf3) HasCommit() bool
HasCommit returns a boolean if a field has been set.
func (o *DeploymentHistoryServiceDetailsOneOf3) SetCommitNil(b bool)
SetCommitNil sets the value for Commit to be an explicit nil
func (o *DeploymentHistoryServiceDetailsOneOf3) UnsetCommit()
UnsetCommit ensures that no value is present for Commit, not even an explicit nil
func (o *DeploymentHistoryServiceDetailsOneOf3) GetRepository() DeploymentHistoryServiceDetailsOneOf3Repository
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetailsOneOf3) 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 *DeploymentHistoryServiceDetailsOneOf3) SetRepository(v DeploymentHistoryServiceDetailsOneOf3Repository)
SetRepository sets Repository field to given value.
func (o *DeploymentHistoryServiceDetailsOneOf3) HasRepository() bool
HasRepository returns a boolean if a field has been set.