| Name | Type | Description | Notes |
|---|---|---|---|
| Dark | Pointer to string | [optional] | |
| Pointer to string | [optional] | ||
| Favicon | Pointer to string | [optional] | |
| Light | Pointer to string | [optional] |
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
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
func (o *Logos) GetDark() string
GetDark returns the Dark field if non-nil, zero value otherwise.
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.
func (o *Logos) SetDark(v string)
SetDark sets Dark field to given value.
func (o *Logos) HasDark() bool
HasDark returns a boolean if a field has been set.
func (o *Logos) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *Logos) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *Logos) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *Logos) GetFavicon() string
GetFavicon returns the Favicon field if non-nil, zero value otherwise.
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.
func (o *Logos) SetFavicon(v string)
SetFavicon sets Favicon field to given value.
func (o *Logos) HasFavicon() bool
HasFavicon returns a boolean if a field has been set.
func (o *Logos) GetLight() string
GetLight returns the Light field if non-nil, zero value otherwise.
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.
func (o *Logos) SetLight(v string)
SetLight sets Light field to given value.
func (o *Logos) HasLight() bool
HasLight returns a boolean if a field has been set.