Name | Type | Description | Notes |
---|---|---|---|
Revision | string | Revision ID | |
Date | string | Commit's date | |
Author | string | Commit's author | |
Message | string | Commit's message |
func NewTechniquesRevisionsInner(revision string, date string, author string, message string, ) *TechniquesRevisionsInner
NewTechniquesRevisionsInner instantiates a new TechniquesRevisionsInner 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 NewTechniquesRevisionsInnerWithDefaults() *TechniquesRevisionsInner
NewTechniquesRevisionsInnerWithDefaults instantiates a new TechniquesRevisionsInner 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 *TechniquesRevisionsInner) GetRevision() string
GetRevision returns the Revision field if non-nil, zero value otherwise.
func (o *TechniquesRevisionsInner) GetRevisionOk() (*string, bool)
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechniquesRevisionsInner) SetRevision(v string)
SetRevision sets Revision field to given value.
func (o *TechniquesRevisionsInner) GetDate() string
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *TechniquesRevisionsInner) GetDateOk() (*string, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechniquesRevisionsInner) SetDate(v string)
SetDate sets Date field to given value.
func (o *TechniquesRevisionsInner) GetAuthor() string
GetAuthor returns the Author field if non-nil, zero value otherwise.
func (o *TechniquesRevisionsInner) GetAuthorOk() (*string, bool)
GetAuthorOk returns a tuple with the Author field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechniquesRevisionsInner) SetAuthor(v string)
SetAuthor sets Author field to given value.
func (o *TechniquesRevisionsInner) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *TechniquesRevisionsInner) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TechniquesRevisionsInner) SetMessage(v string)
SetMessage sets Message field to given value.