Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 2.06 KB

DeploymentHistoryServiceDetailsOneOf.md

File metadata and controls

61 lines (34 loc) · 2.06 KB

DeploymentHistoryServiceDetailsOneOf

Properties

Name Type Description Notes
Commit NullableCommit

Methods

NewDeploymentHistoryServiceDetailsOneOf

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

NewDeploymentHistoryServiceDetailsOneOfWithDefaults

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

GetCommit

func (o *DeploymentHistoryServiceDetailsOneOf) GetCommit() Commit

GetCommit returns the Commit field if non-nil, zero value otherwise.

GetCommitOk

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.

SetCommit

func (o *DeploymentHistoryServiceDetailsOneOf) SetCommit(v Commit)

SetCommit sets Commit field to given value.

SetCommitNil

func (o *DeploymentHistoryServiceDetailsOneOf) SetCommitNil(b bool)

SetCommitNil sets the value for Commit to be an explicit nil

UnsetCommit

func (o *DeploymentHistoryServiceDetailsOneOf) UnsetCommit()

UnsetCommit ensures that no value is present for Commit, not even an explicit nil

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