first version
This commit is contained in:
264
docs/SchemaSiteInfoResp.md
Normal file
264
docs/SchemaSiteInfoResp.md
Normal file
@@ -0,0 +1,264 @@
|
||||
# SchemaSiteInfoResp
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Branding** | Pointer to [**SchemaSiteBrandingResp**](SchemaSiteBrandingResp.md) | | [optional]
|
||||
**CustomCssHtml** | Pointer to [**SchemaSiteCustomCssHTMLResp**](SchemaSiteCustomCssHTMLResp.md) | | [optional]
|
||||
**General** | Pointer to [**SchemaSiteGeneralResp**](SchemaSiteGeneralResp.md) | | [optional]
|
||||
**Interface** | Pointer to [**SchemaSiteInterfaceResp**](SchemaSiteInterfaceResp.md) | | [optional]
|
||||
**Login** | Pointer to [**SchemaSiteLoginResp**](SchemaSiteLoginResp.md) | | [optional]
|
||||
**Revision** | Pointer to **string** | | [optional]
|
||||
**SiteSeo** | Pointer to [**SchemaSiteSeoReq**](SchemaSiteSeoReq.md) | | [optional]
|
||||
**Theme** | Pointer to [**SchemaSiteThemeResp**](SchemaSiteThemeResp.md) | | [optional]
|
||||
**Version** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaSiteInfoResp
|
||||
|
||||
`func NewSchemaSiteInfoResp() *SchemaSiteInfoResp`
|
||||
|
||||
NewSchemaSiteInfoResp instantiates a new SchemaSiteInfoResp 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
|
||||
|
||||
### NewSchemaSiteInfoRespWithDefaults
|
||||
|
||||
`func NewSchemaSiteInfoRespWithDefaults() *SchemaSiteInfoResp`
|
||||
|
||||
NewSchemaSiteInfoRespWithDefaults instantiates a new SchemaSiteInfoResp 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
|
||||
|
||||
### GetBranding
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetBranding() SchemaSiteBrandingResp`
|
||||
|
||||
GetBranding returns the Branding field if non-nil, zero value otherwise.
|
||||
|
||||
### GetBrandingOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetBrandingOk() (*SchemaSiteBrandingResp, bool)`
|
||||
|
||||
GetBrandingOk returns a tuple with the Branding field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetBranding
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetBranding(v SchemaSiteBrandingResp)`
|
||||
|
||||
SetBranding sets Branding field to given value.
|
||||
|
||||
### HasBranding
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasBranding() bool`
|
||||
|
||||
HasBranding returns a boolean if a field has been set.
|
||||
|
||||
### GetCustomCssHtml
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetCustomCssHtml() SchemaSiteCustomCssHTMLResp`
|
||||
|
||||
GetCustomCssHtml returns the CustomCssHtml field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCustomCssHtmlOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetCustomCssHtmlOk() (*SchemaSiteCustomCssHTMLResp, bool)`
|
||||
|
||||
GetCustomCssHtmlOk returns a tuple with the CustomCssHtml field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCustomCssHtml
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetCustomCssHtml(v SchemaSiteCustomCssHTMLResp)`
|
||||
|
||||
SetCustomCssHtml sets CustomCssHtml field to given value.
|
||||
|
||||
### HasCustomCssHtml
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasCustomCssHtml() bool`
|
||||
|
||||
HasCustomCssHtml returns a boolean if a field has been set.
|
||||
|
||||
### GetGeneral
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetGeneral() SchemaSiteGeneralResp`
|
||||
|
||||
GetGeneral returns the General field if non-nil, zero value otherwise.
|
||||
|
||||
### GetGeneralOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetGeneralOk() (*SchemaSiteGeneralResp, bool)`
|
||||
|
||||
GetGeneralOk returns a tuple with the General field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetGeneral
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetGeneral(v SchemaSiteGeneralResp)`
|
||||
|
||||
SetGeneral sets General field to given value.
|
||||
|
||||
### HasGeneral
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasGeneral() bool`
|
||||
|
||||
HasGeneral returns a boolean if a field has been set.
|
||||
|
||||
### GetInterface
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetInterface() SchemaSiteInterfaceResp`
|
||||
|
||||
GetInterface returns the Interface field if non-nil, zero value otherwise.
|
||||
|
||||
### GetInterfaceOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetInterfaceOk() (*SchemaSiteInterfaceResp, bool)`
|
||||
|
||||
GetInterfaceOk returns a tuple with the Interface field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetInterface
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetInterface(v SchemaSiteInterfaceResp)`
|
||||
|
||||
SetInterface sets Interface field to given value.
|
||||
|
||||
### HasInterface
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasInterface() bool`
|
||||
|
||||
HasInterface returns a boolean if a field has been set.
|
||||
|
||||
### GetLogin
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetLogin() SchemaSiteLoginResp`
|
||||
|
||||
GetLogin returns the Login field if non-nil, zero value otherwise.
|
||||
|
||||
### GetLoginOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetLoginOk() (*SchemaSiteLoginResp, bool)`
|
||||
|
||||
GetLoginOk returns a tuple with the Login field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetLogin
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetLogin(v SchemaSiteLoginResp)`
|
||||
|
||||
SetLogin sets Login field to given value.
|
||||
|
||||
### HasLogin
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasLogin() bool`
|
||||
|
||||
HasLogin returns a boolean if a field has been set.
|
||||
|
||||
### GetRevision
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetRevision() string`
|
||||
|
||||
GetRevision returns the Revision field if non-nil, zero value otherwise.
|
||||
|
||||
### GetRevisionOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetRevisionOk() (*string, bool)`
|
||||
|
||||
GetRevisionOk returns a tuple with the Revision field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetRevision
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetRevision(v string)`
|
||||
|
||||
SetRevision sets Revision field to given value.
|
||||
|
||||
### HasRevision
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasRevision() bool`
|
||||
|
||||
HasRevision returns a boolean if a field has been set.
|
||||
|
||||
### GetSiteSeo
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetSiteSeo() SchemaSiteSeoReq`
|
||||
|
||||
GetSiteSeo returns the SiteSeo field if non-nil, zero value otherwise.
|
||||
|
||||
### GetSiteSeoOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetSiteSeoOk() (*SchemaSiteSeoReq, bool)`
|
||||
|
||||
GetSiteSeoOk returns a tuple with the SiteSeo field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetSiteSeo
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetSiteSeo(v SchemaSiteSeoReq)`
|
||||
|
||||
SetSiteSeo sets SiteSeo field to given value.
|
||||
|
||||
### HasSiteSeo
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasSiteSeo() bool`
|
||||
|
||||
HasSiteSeo returns a boolean if a field has been set.
|
||||
|
||||
### GetTheme
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetTheme() SchemaSiteThemeResp`
|
||||
|
||||
GetTheme returns the Theme field if non-nil, zero value otherwise.
|
||||
|
||||
### GetThemeOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetThemeOk() (*SchemaSiteThemeResp, 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 *SchemaSiteInfoResp) SetTheme(v SchemaSiteThemeResp)`
|
||||
|
||||
SetTheme sets Theme field to given value.
|
||||
|
||||
### HasTheme
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasTheme() bool`
|
||||
|
||||
HasTheme returns a boolean if a field has been set.
|
||||
|
||||
### GetVersion
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetVersion() string`
|
||||
|
||||
GetVersion returns the Version field if non-nil, zero value otherwise.
|
||||
|
||||
### GetVersionOk
|
||||
|
||||
`func (o *SchemaSiteInfoResp) GetVersionOk() (*string, bool)`
|
||||
|
||||
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetVersion
|
||||
|
||||
`func (o *SchemaSiteInfoResp) SetVersion(v string)`
|
||||
|
||||
SetVersion sets Version field to given value.
|
||||
|
||||
### HasVersion
|
||||
|
||||
`func (o *SchemaSiteInfoResp) HasVersion() bool`
|
||||
|
||||
HasVersion 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user