Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.2 KB

DomainForwardingMask.md

File metadata and controls

108 lines (59 loc) · 3.2 KB

DomainForwardingMask

Properties

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]

Methods

NewDomainForwardingMask

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

NewDomainForwardingMaskWithDefaults

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

GetTitle

func (o *DomainForwardingMask) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *DomainForwardingMask) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *DomainForwardingMask) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetDescription

func (o *DomainForwardingMask) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *DomainForwardingMask) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *DomainForwardingMask) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetKeywords

func (o *DomainForwardingMask) GetKeywords() string

GetKeywords returns the Keywords field if non-nil, zero value otherwise.

GetKeywordsOk

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.

SetKeywords

func (o *DomainForwardingMask) SetKeywords(v string)

SetKeywords sets Keywords field to given value.

HasKeywords

func (o *DomainForwardingMask) HasKeywords() bool

HasKeywords returns a boolean if a field has been set.

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