Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.6 KB

File metadata and controls

51 lines (28 loc) · 1.6 KB

EksAnywhereCommitResponse

Properties

Name Type Description Notes
CommitId string

Methods

NewEksAnywhereCommitResponse

func NewEksAnywhereCommitResponse(commitId string, ) *EksAnywhereCommitResponse

NewEksAnywhereCommitResponse instantiates a new EksAnywhereCommitResponse 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

NewEksAnywhereCommitResponseWithDefaults

func NewEksAnywhereCommitResponseWithDefaults() *EksAnywhereCommitResponse

NewEksAnywhereCommitResponseWithDefaults instantiates a new EksAnywhereCommitResponse 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

GetCommitId

func (o *EksAnywhereCommitResponse) GetCommitId() string

GetCommitId returns the CommitId field if non-nil, zero value otherwise.

GetCommitIdOk

func (o *EksAnywhereCommitResponse) GetCommitIdOk() (*string, bool)

GetCommitIdOk returns a tuple with the CommitId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCommitId

func (o *EksAnywhereCommitResponse) SetCommitId(v string)

SetCommitId sets CommitId field to given value.

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