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

2.2 KiB

SchemaSiteThemeReq

Properties

Name Type Description Notes
Theme string
ThemeConfig Pointer to map[string]interface{} [optional]

Methods

NewSchemaSiteThemeReq

func NewSchemaSiteThemeReq(theme string, ) *SchemaSiteThemeReq

NewSchemaSiteThemeReq instantiates a new SchemaSiteThemeReq 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

NewSchemaSiteThemeReqWithDefaults

func NewSchemaSiteThemeReqWithDefaults() *SchemaSiteThemeReq

NewSchemaSiteThemeReqWithDefaults instantiates a new SchemaSiteThemeReq 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 *SchemaSiteThemeReq) GetTheme() string

GetTheme returns the Theme field if non-nil, zero value otherwise.

GetThemeOk

func (o *SchemaSiteThemeReq) 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 *SchemaSiteThemeReq) SetTheme(v string)

SetTheme sets Theme field to given value.

GetThemeConfig

func (o *SchemaSiteThemeReq) GetThemeConfig() map[string]interface{}

GetThemeConfig returns the ThemeConfig field if non-nil, zero value otherwise.

GetThemeConfigOk

func (o *SchemaSiteThemeReq) 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 *SchemaSiteThemeReq) SetThemeConfig(v map[string]interface{})

SetThemeConfig sets ThemeConfig field to given value.

HasThemeConfig

func (o *SchemaSiteThemeReq) HasThemeConfig() bool

HasThemeConfig returns a boolean if a field has been set.

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