146 lines
4.1 KiB
Markdown
146 lines
4.1 KiB
Markdown
# SchemaSiteGeneralResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**ContactEmail** | **string** | |
|
|
**Description** | Pointer to **string** | | [optional]
|
|
**Name** | **string** | |
|
|
**ShortDescription** | Pointer to **string** | | [optional]
|
|
**SiteUrl** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaSiteGeneralResp
|
|
|
|
`func NewSchemaSiteGeneralResp(contactEmail string, name string, siteUrl string, ) *SchemaSiteGeneralResp`
|
|
|
|
NewSchemaSiteGeneralResp instantiates a new SchemaSiteGeneralResp 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
|
|
|
|
### NewSchemaSiteGeneralRespWithDefaults
|
|
|
|
`func NewSchemaSiteGeneralRespWithDefaults() *SchemaSiteGeneralResp`
|
|
|
|
NewSchemaSiteGeneralRespWithDefaults instantiates a new SchemaSiteGeneralResp 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
|
|
|
|
### GetContactEmail
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetContactEmail() string`
|
|
|
|
GetContactEmail returns the ContactEmail field if non-nil, zero value otherwise.
|
|
|
|
### GetContactEmailOk
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetContactEmailOk() (*string, bool)`
|
|
|
|
GetContactEmailOk returns a tuple with the ContactEmail field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetContactEmail
|
|
|
|
`func (o *SchemaSiteGeneralResp) SetContactEmail(v string)`
|
|
|
|
SetContactEmail sets ContactEmail field to given value.
|
|
|
|
|
|
### GetDescription
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetDescription() string`
|
|
|
|
GetDescription returns the Description field if non-nil, zero value otherwise.
|
|
|
|
### GetDescriptionOk
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetDescriptionOk() (*string, bool)`
|
|
|
|
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetDescription
|
|
|
|
`func (o *SchemaSiteGeneralResp) SetDescription(v string)`
|
|
|
|
SetDescription sets Description field to given value.
|
|
|
|
### HasDescription
|
|
|
|
`func (o *SchemaSiteGeneralResp) HasDescription() bool`
|
|
|
|
HasDescription returns a boolean if a field has been set.
|
|
|
|
### GetName
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetName() string`
|
|
|
|
GetName returns the Name field if non-nil, zero value otherwise.
|
|
|
|
### GetNameOk
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetNameOk() (*string, bool)`
|
|
|
|
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetName
|
|
|
|
`func (o *SchemaSiteGeneralResp) SetName(v string)`
|
|
|
|
SetName sets Name field to given value.
|
|
|
|
|
|
### GetShortDescription
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetShortDescription() string`
|
|
|
|
GetShortDescription returns the ShortDescription field if non-nil, zero value otherwise.
|
|
|
|
### GetShortDescriptionOk
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetShortDescriptionOk() (*string, bool)`
|
|
|
|
GetShortDescriptionOk returns a tuple with the ShortDescription field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetShortDescription
|
|
|
|
`func (o *SchemaSiteGeneralResp) SetShortDescription(v string)`
|
|
|
|
SetShortDescription sets ShortDescription field to given value.
|
|
|
|
### HasShortDescription
|
|
|
|
`func (o *SchemaSiteGeneralResp) HasShortDescription() bool`
|
|
|
|
HasShortDescription returns a boolean if a field has been set.
|
|
|
|
### GetSiteUrl
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetSiteUrl() string`
|
|
|
|
GetSiteUrl returns the SiteUrl field if non-nil, zero value otherwise.
|
|
|
|
### GetSiteUrlOk
|
|
|
|
`func (o *SchemaSiteGeneralResp) GetSiteUrlOk() (*string, bool)`
|
|
|
|
GetSiteUrlOk returns a tuple with the SiteUrl field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetSiteUrl
|
|
|
|
`func (o *SchemaSiteGeneralResp) SetSiteUrl(v string)`
|
|
|
|
SetSiteUrl sets SiteUrl field to given value.
|
|
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|