Name | Type | Description | Notes |
---|---|---|---|
Commit | NullableCommit |
func NewDeploymentHistoryServiceDetailsOneOf(commit NullableCommit, ) *DeploymentHistoryServiceDetailsOneOf
NewDeploymentHistoryServiceDetailsOneOf instantiates a new DeploymentHistoryServiceDetailsOneOf 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 NewDeploymentHistoryServiceDetailsOneOfWithDefaults() *DeploymentHistoryServiceDetailsOneOf
NewDeploymentHistoryServiceDetailsOneOfWithDefaults instantiates a new DeploymentHistoryServiceDetailsOneOf 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 *DeploymentHistoryServiceDetailsOneOf) GetCommit() Commit
GetCommit returns the Commit field if non-nil, zero value otherwise.
func (o *DeploymentHistoryServiceDetailsOneOf) 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 *DeploymentHistoryServiceDetailsOneOf) SetCommit(v Commit)
SetCommit sets Commit field to given value.
func (o *DeploymentHistoryServiceDetailsOneOf) SetCommitNil(b bool)
SetCommitNil sets the value for Commit to be an explicit nil
func (o *DeploymentHistoryServiceDetailsOneOf) UnsetCommit()
UnsetCommit ensures that no value is present for Commit, not even an explicit nil