Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.06 KB

File metadata and controls

212 lines (115 loc) · 5.06 KB

V1Info

Properties

Name Type Description Notes
AuthorUser Pointer to string [optional]
AuthorName Pointer to string [optional]
AuthorEmail Pointer to string [optional]
Log Pointer to string [optional]
Custom1 Pointer to string [optional]
Custom2 Pointer to string [optional]
Source Pointer to string [optional]

Methods

NewV1Info

func NewV1Info() *V1Info

NewV1Info instantiates a new V1Info 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

NewV1InfoWithDefaults

func NewV1InfoWithDefaults() *V1Info

NewV1InfoWithDefaults instantiates a new V1Info 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

GetAuthorUser

func (o *V1Info) GetAuthorUser() string

GetAuthorUser returns the AuthorUser field if non-nil, zero value otherwise.

GetAuthorUserOk

func (o *V1Info) GetAuthorUserOk() (*string, bool)

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

SetAuthorUser

func (o *V1Info) SetAuthorUser(v string)

SetAuthorUser sets AuthorUser field to given value.

HasAuthorUser

func (o *V1Info) HasAuthorUser() bool

HasAuthorUser returns a boolean if a field has been set.

GetAuthorName

func (o *V1Info) GetAuthorName() string

GetAuthorName returns the AuthorName field if non-nil, zero value otherwise.

GetAuthorNameOk

func (o *V1Info) GetAuthorNameOk() (*string, bool)

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

SetAuthorName

func (o *V1Info) SetAuthorName(v string)

SetAuthorName sets AuthorName field to given value.

HasAuthorName

func (o *V1Info) HasAuthorName() bool

HasAuthorName returns a boolean if a field has been set.

GetAuthorEmail

func (o *V1Info) GetAuthorEmail() string

GetAuthorEmail returns the AuthorEmail field if non-nil, zero value otherwise.

GetAuthorEmailOk

func (o *V1Info) GetAuthorEmailOk() (*string, bool)

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

SetAuthorEmail

func (o *V1Info) SetAuthorEmail(v string)

SetAuthorEmail sets AuthorEmail field to given value.

HasAuthorEmail

func (o *V1Info) HasAuthorEmail() bool

HasAuthorEmail returns a boolean if a field has been set.

GetLog

func (o *V1Info) GetLog() string

GetLog returns the Log field if non-nil, zero value otherwise.

GetLogOk

func (o *V1Info) GetLogOk() (*string, bool)

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

SetLog

func (o *V1Info) SetLog(v string)

SetLog sets Log field to given value.

HasLog

func (o *V1Info) HasLog() bool

HasLog returns a boolean if a field has been set.

GetCustom1

func (o *V1Info) GetCustom1() string

GetCustom1 returns the Custom1 field if non-nil, zero value otherwise.

GetCustom1Ok

func (o *V1Info) GetCustom1Ok() (*string, bool)

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

SetCustom1

func (o *V1Info) SetCustom1(v string)

SetCustom1 sets Custom1 field to given value.

HasCustom1

func (o *V1Info) HasCustom1() bool

HasCustom1 returns a boolean if a field has been set.

GetCustom2

func (o *V1Info) GetCustom2() string

GetCustom2 returns the Custom2 field if non-nil, zero value otherwise.

GetCustom2Ok

func (o *V1Info) GetCustom2Ok() (*string, bool)

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

SetCustom2

func (o *V1Info) SetCustom2(v string)

SetCustom2 sets Custom2 field to given value.

HasCustom2

func (o *V1Info) HasCustom2() bool

HasCustom2 returns a boolean if a field has been set.

GetSource

func (o *V1Info) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

func (o *V1Info) GetSourceOk() (*string, bool)

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

SetSource

func (o *V1Info) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *V1Info) HasSource() bool

HasSource returns a boolean if a field has been set.

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