Name | Type | Description | Notes |
---|---|---|---|
Commiter | string | ||
GitCommit | string | ||
Id | string |
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
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
func (o *ListArchives200ResponseDataFullInner) GetCommiter() string
GetCommiter returns the Commiter field if non-nil, zero value otherwise.
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.
func (o *ListArchives200ResponseDataFullInner) SetCommiter(v string)
SetCommiter sets Commiter field to given value.
func (o *ListArchives200ResponseDataFullInner) GetGitCommit() string
GetGitCommit returns the GitCommit field if non-nil, zero value otherwise.
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.
func (o *ListArchives200ResponseDataFullInner) SetGitCommit(v string)
SetGitCommit sets GitCommit field to given value.
func (o *ListArchives200ResponseDataFullInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ListArchives200ResponseDataFullInner) SetId(v string)
SetId sets Id field to given value.