Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.2 KB

TechniquesRevisionsInner.md

File metadata and controls

114 lines (61 loc) · 3.2 KB

TechniquesRevisionsInner

Properties

Name Type Description Notes
Revision string Revision ID
Date string Commit's date
Author string Commit's author
Message string Commit's message

Methods

NewTechniquesRevisionsInner

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

NewTechniquesRevisionsInnerWithDefaults

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

GetRevision

func (o *TechniquesRevisionsInner) GetRevision() string

GetRevision returns the Revision field if non-nil, zero value otherwise.

GetRevisionOk

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.

SetRevision

func (o *TechniquesRevisionsInner) SetRevision(v string)

SetRevision sets Revision field to given value.

GetDate

func (o *TechniquesRevisionsInner) GetDate() string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

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.

SetDate

func (o *TechniquesRevisionsInner) SetDate(v string)

SetDate sets Date field to given value.

GetAuthor

func (o *TechniquesRevisionsInner) GetAuthor() string

GetAuthor returns the Author field if non-nil, zero value otherwise.

GetAuthorOk

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.

SetAuthor

func (o *TechniquesRevisionsInner) SetAuthor(v string)

SetAuthor sets Author field to given value.

GetMessage

func (o *TechniquesRevisionsInner) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *TechniquesRevisionsInner) SetMessage(v string)

SetMessage sets Message field to given value.

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