Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.85 KB

ListArchives200ResponseDataFullInner.md

File metadata and controls

93 lines (50 loc) · 2.85 KB

ListArchives200ResponseDataFullInner

Properties

Name Type Description Notes
Commiter string
GitCommit string
Id string

Methods

NewListArchives200ResponseDataFullInner

func NewListArchives200ResponseDataFullInner(commiter string, gitCommit string, id string, ) *ListArchives200ResponseDataFullInner

NewListArchives200ResponseDataFullInner instantiates a new ListArchives200ResponseDataFullInner 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

NewListArchives200ResponseDataFullInnerWithDefaults

func NewListArchives200ResponseDataFullInnerWithDefaults() *ListArchives200ResponseDataFullInner

NewListArchives200ResponseDataFullInnerWithDefaults instantiates a new ListArchives200ResponseDataFullInner 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

GetCommiter

func (o *ListArchives200ResponseDataFullInner) GetCommiter() string

GetCommiter returns the Commiter field if non-nil, zero value otherwise.

GetCommiterOk

func (o *ListArchives200ResponseDataFullInner) GetCommiterOk() (*string, bool)

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

SetCommiter

func (o *ListArchives200ResponseDataFullInner) SetCommiter(v string)

SetCommiter sets Commiter field to given value.

GetGitCommit

func (o *ListArchives200ResponseDataFullInner) GetGitCommit() string

GetGitCommit returns the GitCommit field if non-nil, zero value otherwise.

GetGitCommitOk

func (o *ListArchives200ResponseDataFullInner) GetGitCommitOk() (*string, bool)

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

SetGitCommit

func (o *ListArchives200ResponseDataFullInner) SetGitCommit(v string)

SetGitCommit sets GitCommit field to given value.

GetId

func (o *ListArchives200ResponseDataFullInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ListArchives200ResponseDataFullInner) GetIdOk() (*string, bool)

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

SetId

func (o *ListArchives200ResponseDataFullInner) SetId(v string)

SetId sets Id field to given value.

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