3.2 KiB
SchemaSiteThemeResp
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Theme | Pointer to string | [optional] | |
| ThemeConfig | Pointer to map[string]interface{} | [optional] | |
| ThemeOptions | Pointer to []SchemaThemeOption | [optional] |
Methods
NewSchemaSiteThemeResp
func NewSchemaSiteThemeResp() *SchemaSiteThemeResp
NewSchemaSiteThemeResp instantiates a new SchemaSiteThemeResp 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
NewSchemaSiteThemeRespWithDefaults
func NewSchemaSiteThemeRespWithDefaults() *SchemaSiteThemeResp
NewSchemaSiteThemeRespWithDefaults instantiates a new SchemaSiteThemeResp 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
GetTheme
func (o *SchemaSiteThemeResp) GetTheme() string
GetTheme returns the Theme field if non-nil, zero value otherwise.
GetThemeOk
func (o *SchemaSiteThemeResp) GetThemeOk() (*string, bool)
GetThemeOk returns a tuple with the Theme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTheme
func (o *SchemaSiteThemeResp) SetTheme(v string)
SetTheme sets Theme field to given value.
HasTheme
func (o *SchemaSiteThemeResp) HasTheme() bool
HasTheme returns a boolean if a field has been set.
GetThemeConfig
func (o *SchemaSiteThemeResp) GetThemeConfig() map[string]interface{}
GetThemeConfig returns the ThemeConfig field if non-nil, zero value otherwise.
GetThemeConfigOk
func (o *SchemaSiteThemeResp) GetThemeConfigOk() (*map[string]interface{}, bool)
GetThemeConfigOk returns a tuple with the ThemeConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetThemeConfig
func (o *SchemaSiteThemeResp) SetThemeConfig(v map[string]interface{})
SetThemeConfig sets ThemeConfig field to given value.
HasThemeConfig
func (o *SchemaSiteThemeResp) HasThemeConfig() bool
HasThemeConfig returns a boolean if a field has been set.
GetThemeOptions
func (o *SchemaSiteThemeResp) GetThemeOptions() []SchemaThemeOption
GetThemeOptions returns the ThemeOptions field if non-nil, zero value otherwise.
GetThemeOptionsOk
func (o *SchemaSiteThemeResp) GetThemeOptionsOk() (*[]SchemaThemeOption, bool)
GetThemeOptionsOk returns a tuple with the ThemeOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetThemeOptions
func (o *SchemaSiteThemeResp) SetThemeOptions(v []SchemaThemeOption)
SetThemeOptions sets ThemeOptions field to given value.
HasThemeOptions
func (o *SchemaSiteThemeResp) HasThemeOptions() bool
HasThemeOptions returns a boolean if a field has been set.