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

135 lines
3.7 KiB
Markdown

# SchemaSiteBrandingReq
## 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
### NewSchemaSiteBrandingReq
`func NewSchemaSiteBrandingReq() *SchemaSiteBrandingReq`
NewSchemaSiteBrandingReq instantiates a new SchemaSiteBrandingReq 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
### NewSchemaSiteBrandingReqWithDefaults
`func NewSchemaSiteBrandingReqWithDefaults() *SchemaSiteBrandingReq`
NewSchemaSiteBrandingReqWithDefaults instantiates a new SchemaSiteBrandingReq 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 *SchemaSiteBrandingReq) GetFavicon() string`
GetFavicon returns the Favicon field if non-nil, zero value otherwise.
### GetFaviconOk
`func (o *SchemaSiteBrandingReq) 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 *SchemaSiteBrandingReq) SetFavicon(v string)`
SetFavicon sets Favicon field to given value.
### HasFavicon
`func (o *SchemaSiteBrandingReq) HasFavicon() bool`
HasFavicon returns a boolean if a field has been set.
### GetLogo
`func (o *SchemaSiteBrandingReq) GetLogo() string`
GetLogo returns the Logo field if non-nil, zero value otherwise.
### GetLogoOk
`func (o *SchemaSiteBrandingReq) 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.
### SetLogo
`func (o *SchemaSiteBrandingReq) SetLogo(v string)`
SetLogo sets Logo field to given value.
### HasLogo
`func (o *SchemaSiteBrandingReq) HasLogo() bool`
HasLogo returns a boolean if a field has been set.
### GetMobileLogo
`func (o *SchemaSiteBrandingReq) GetMobileLogo() string`
GetMobileLogo returns the MobileLogo field if non-nil, zero value otherwise.
### GetMobileLogoOk
`func (o *SchemaSiteBrandingReq) 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.
### SetMobileLogo
`func (o *SchemaSiteBrandingReq) SetMobileLogo(v string)`
SetMobileLogo sets MobileLogo field to given value.
### HasMobileLogo
`func (o *SchemaSiteBrandingReq) HasMobileLogo() bool`
HasMobileLogo returns a boolean if a field has been set.
### GetSquareIcon
`func (o *SchemaSiteBrandingReq) GetSquareIcon() string`
GetSquareIcon returns the SquareIcon field if non-nil, zero value otherwise.
### GetSquareIconOk
`func (o *SchemaSiteBrandingReq) 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 *SchemaSiteBrandingReq) SetSquareIcon(v string)`
SetSquareIcon sets SquareIcon field to given value.
### HasSquareIcon
`func (o *SchemaSiteBrandingReq) HasSquareIcon() bool`
HasSquareIcon returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)