Files
openapi-go-answer/docs/SchemaSiteBrandingResp.md
2023-08-18 10:03:31 +08:00

3.7 KiB

SchemaSiteBrandingResp

Properties

Name Type Description Notes
Favicon Pointer to string [optional]
Logo Pointer to string [optional]
MobileLogo Pointer to string [optional]
SquareIcon Pointer to string [optional]

Methods

NewSchemaSiteBrandingResp

func NewSchemaSiteBrandingResp() *SchemaSiteBrandingResp

NewSchemaSiteBrandingResp instantiates a new SchemaSiteBrandingResp 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

NewSchemaSiteBrandingRespWithDefaults

func NewSchemaSiteBrandingRespWithDefaults() *SchemaSiteBrandingResp

NewSchemaSiteBrandingRespWithDefaults instantiates a new SchemaSiteBrandingResp 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

GetFavicon

func (o *SchemaSiteBrandingResp) GetFavicon() string

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

GetFaviconOk

func (o *SchemaSiteBrandingResp) 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 *SchemaSiteBrandingResp) SetFavicon(v string)

SetFavicon sets Favicon field to given value.

HasFavicon

func (o *SchemaSiteBrandingResp) HasFavicon() bool

HasFavicon returns a boolean if a field has been set.

func (o *SchemaSiteBrandingResp) GetLogo() string

GetLogo returns the Logo field if non-nil, zero value otherwise.

GetLogoOk

func (o *SchemaSiteBrandingResp) GetLogoOk() (*string, bool)

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

func (o *SchemaSiteBrandingResp) SetLogo(v string)

SetLogo sets Logo field to given value.

func (o *SchemaSiteBrandingResp) HasLogo() bool

HasLogo returns a boolean if a field has been set.

func (o *SchemaSiteBrandingResp) GetMobileLogo() string

GetMobileLogo returns the MobileLogo field if non-nil, zero value otherwise.

GetMobileLogoOk

func (o *SchemaSiteBrandingResp) GetMobileLogoOk() (*string, bool)

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

func (o *SchemaSiteBrandingResp) SetMobileLogo(v string)

SetMobileLogo sets MobileLogo field to given value.

func (o *SchemaSiteBrandingResp) HasMobileLogo() bool

HasMobileLogo returns a boolean if a field has been set.

GetSquareIcon

func (o *SchemaSiteBrandingResp) GetSquareIcon() string

GetSquareIcon returns the SquareIcon field if non-nil, zero value otherwise.

GetSquareIconOk

func (o *SchemaSiteBrandingResp) GetSquareIconOk() (*string, bool)

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

SetSquareIcon

func (o *SchemaSiteBrandingResp) SetSquareIcon(v string)

SetSquareIcon sets SquareIcon field to given value.

HasSquareIcon

func (o *SchemaSiteBrandingResp) HasSquareIcon() bool

HasSquareIcon returns a boolean if a field has been set.

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