| 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] |
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
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
func (o *V1Info) GetAuthorUser() string
GetAuthorUser returns the AuthorUser field if non-nil, zero value otherwise.
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.
func (o *V1Info) SetAuthorUser(v string)
SetAuthorUser sets AuthorUser field to given value.
func (o *V1Info) HasAuthorUser() bool
HasAuthorUser returns a boolean if a field has been set.
func (o *V1Info) GetAuthorName() string
GetAuthorName returns the AuthorName field if non-nil, zero value otherwise.
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.
func (o *V1Info) SetAuthorName(v string)
SetAuthorName sets AuthorName field to given value.
func (o *V1Info) HasAuthorName() bool
HasAuthorName returns a boolean if a field has been set.
func (o *V1Info) GetAuthorEmail() string
GetAuthorEmail returns the AuthorEmail field if non-nil, zero value otherwise.
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.
func (o *V1Info) SetAuthorEmail(v string)
SetAuthorEmail sets AuthorEmail field to given value.
func (o *V1Info) HasAuthorEmail() bool
HasAuthorEmail returns a boolean if a field has been set.
func (o *V1Info) GetLog() string
GetLog returns the Log field if non-nil, zero value otherwise.
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.
func (o *V1Info) SetLog(v string)
SetLog sets Log field to given value.
func (o *V1Info) HasLog() bool
HasLog returns a boolean if a field has been set.
func (o *V1Info) GetCustom1() string
GetCustom1 returns the Custom1 field if non-nil, zero value otherwise.
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.
func (o *V1Info) SetCustom1(v string)
SetCustom1 sets Custom1 field to given value.
func (o *V1Info) HasCustom1() bool
HasCustom1 returns a boolean if a field has been set.
func (o *V1Info) GetCustom2() string
GetCustom2 returns the Custom2 field if non-nil, zero value otherwise.
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.
func (o *V1Info) SetCustom2(v string)
SetCustom2 sets Custom2 field to given value.
func (o *V1Info) HasCustom2() bool
HasCustom2 returns a boolean if a field has been set.
func (o *V1Info) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
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.
func (o *V1Info) SetSource(v string)
SetSource sets Source field to given value.
func (o *V1Info) HasSource() bool
HasSource returns a boolean if a field has been set.