Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.08 KB

File metadata and controls

134 lines (73 loc) · 3.08 KB

Logos

Properties

Name Type Description Notes
Dark Pointer to string [optional]
Email Pointer to string [optional]
Favicon Pointer to string [optional]
Light Pointer to string [optional]

Methods

NewLogos

func NewLogos() *Logos

NewLogos instantiates a new Logos 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

NewLogosWithDefaults

func NewLogosWithDefaults() *Logos

NewLogosWithDefaults instantiates a new Logos 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

GetDark

func (o *Logos) GetDark() string

GetDark returns the Dark field if non-nil, zero value otherwise.

GetDarkOk

func (o *Logos) GetDarkOk() (*string, bool)

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

SetDark

func (o *Logos) SetDark(v string)

SetDark sets Dark field to given value.

HasDark

func (o *Logos) HasDark() bool

HasDark returns a boolean if a field has been set.

GetEmail

func (o *Logos) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *Logos) GetEmailOk() (*string, bool)

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

SetEmail

func (o *Logos) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *Logos) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetFavicon

func (o *Logos) GetFavicon() string

GetFavicon returns the Favicon field if non-nil, zero value otherwise.

GetFaviconOk

func (o *Logos) GetFaviconOk() (*string, bool)

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

SetFavicon

func (o *Logos) SetFavicon(v string)

SetFavicon sets Favicon field to given value.

HasFavicon

func (o *Logos) HasFavicon() bool

HasFavicon returns a boolean if a field has been set.

GetLight

func (o *Logos) GetLight() string

GetLight returns the Light field if non-nil, zero value otherwise.

GetLightOk

func (o *Logos) GetLightOk() (*string, bool)

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

SetLight

func (o *Logos) SetLight(v string)

SetLight sets Light field to given value.

HasLight

func (o *Logos) HasLight() bool

HasLight returns a boolean if a field has been set.

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