Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 3.18 KB

DeploymentHistoryServiceDetailsOneOf3.md

File metadata and controls

92 lines (51 loc) · 3.18 KB

DeploymentHistoryServiceDetailsOneOf3

Properties

Name Type Description Notes
Commit Pointer to NullableCommit [optional]
Repository Pointer to DeploymentHistoryServiceDetailsOneOf3Repository [optional]

Methods

NewDeploymentHistoryServiceDetailsOneOf3

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

NewDeploymentHistoryServiceDetailsOneOf3WithDefaults

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

GetCommit

func (o *DeploymentHistoryServiceDetailsOneOf3) GetCommit() Commit

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

GetCommitOk

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.

SetCommit

func (o *DeploymentHistoryServiceDetailsOneOf3) SetCommit(v Commit)

SetCommit sets Commit field to given value.

HasCommit

func (o *DeploymentHistoryServiceDetailsOneOf3) HasCommit() bool

HasCommit returns a boolean if a field has been set.

SetCommitNil

func (o *DeploymentHistoryServiceDetailsOneOf3) SetCommitNil(b bool)

SetCommitNil sets the value for Commit to be an explicit nil

UnsetCommit

func (o *DeploymentHistoryServiceDetailsOneOf3) UnsetCommit()

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

GetRepository

func (o *DeploymentHistoryServiceDetailsOneOf3) GetRepository() DeploymentHistoryServiceDetailsOneOf3Repository

GetRepository returns the Repository field if non-nil, zero value otherwise.

GetRepositoryOk

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.

SetRepository

func (o *DeploymentHistoryServiceDetailsOneOf3) SetRepository(v DeploymentHistoryServiceDetailsOneOf3Repository)

SetRepository sets Repository field to given value.

HasRepository

func (o *DeploymentHistoryServiceDetailsOneOf3) HasRepository() bool

HasRepository returns a boolean if a field has been set.

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