Name | Type | Description | Notes |
---|---|---|---|
Title | Pointer to string | Displays at the top of the browser window and in search results. | [optional] |
Description | Pointer to string | A short description of your website to display in search engine results. | [optional] |
Keywords | Pointer to string | A list of comma-separated keywords that describes the content and purpose of your website. | [optional] |
func NewDomainForwardingMask() *DomainForwardingMask
NewDomainForwardingMask instantiates a new DomainForwardingMask 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
func NewDomainForwardingMaskWithDefaults() *DomainForwardingMask
NewDomainForwardingMaskWithDefaults instantiates a new DomainForwardingMask 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
func (o *DomainForwardingMask) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *DomainForwardingMask) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainForwardingMask) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *DomainForwardingMask) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *DomainForwardingMask) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DomainForwardingMask) 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.
func (o *DomainForwardingMask) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DomainForwardingMask) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DomainForwardingMask) GetKeywords() string
GetKeywords returns the Keywords field if non-nil, zero value otherwise.
func (o *DomainForwardingMask) GetKeywordsOk() (*string, bool)
GetKeywordsOk returns a tuple with the Keywords field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainForwardingMask) SetKeywords(v string)
SetKeywords sets Keywords field to given value.
func (o *DomainForwardingMask) HasKeywords() bool
HasKeywords returns a boolean if a field has been set.