Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.48 KB

PageRootEmbedded.md

File metadata and controls

160 lines (87 loc) · 4.48 KB

PageRootEmbedded

Properties

Name Type Description Notes
Default Pointer to CustomizablePage [optional]
Customized Pointer to CustomizablePage [optional]
CustomizedUrl Pointer to string [optional]
Preview Pointer to CustomizablePage [optional]
PreviewUrl Pointer to string [optional]

Methods

NewPageRootEmbedded

func NewPageRootEmbedded() *PageRootEmbedded

NewPageRootEmbedded instantiates a new PageRootEmbedded 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

NewPageRootEmbeddedWithDefaults

func NewPageRootEmbeddedWithDefaults() *PageRootEmbedded

NewPageRootEmbeddedWithDefaults instantiates a new PageRootEmbedded 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

GetDefault

func (o *PageRootEmbedded) GetDefault() CustomizablePage

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

func (o *PageRootEmbedded) GetDefaultOk() (*CustomizablePage, bool)

GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDefault

func (o *PageRootEmbedded) SetDefault(v CustomizablePage)

SetDefault sets Default field to given value.

HasDefault

func (o *PageRootEmbedded) HasDefault() bool

HasDefault returns a boolean if a field has been set.

GetCustomized

func (o *PageRootEmbedded) GetCustomized() CustomizablePage

GetCustomized returns the Customized field if non-nil, zero value otherwise.

GetCustomizedOk

func (o *PageRootEmbedded) GetCustomizedOk() (*CustomizablePage, bool)

GetCustomizedOk returns a tuple with the Customized field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomized

func (o *PageRootEmbedded) SetCustomized(v CustomizablePage)

SetCustomized sets Customized field to given value.

HasCustomized

func (o *PageRootEmbedded) HasCustomized() bool

HasCustomized returns a boolean if a field has been set.

GetCustomizedUrl

func (o *PageRootEmbedded) GetCustomizedUrl() string

GetCustomizedUrl returns the CustomizedUrl field if non-nil, zero value otherwise.

GetCustomizedUrlOk

func (o *PageRootEmbedded) GetCustomizedUrlOk() (*string, bool)

GetCustomizedUrlOk returns a tuple with the CustomizedUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomizedUrl

func (o *PageRootEmbedded) SetCustomizedUrl(v string)

SetCustomizedUrl sets CustomizedUrl field to given value.

HasCustomizedUrl

func (o *PageRootEmbedded) HasCustomizedUrl() bool

HasCustomizedUrl returns a boolean if a field has been set.

GetPreview

func (o *PageRootEmbedded) GetPreview() CustomizablePage

GetPreview returns the Preview field if non-nil, zero value otherwise.

GetPreviewOk

func (o *PageRootEmbedded) GetPreviewOk() (*CustomizablePage, bool)

GetPreviewOk returns a tuple with the Preview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPreview

func (o *PageRootEmbedded) SetPreview(v CustomizablePage)

SetPreview sets Preview field to given value.

HasPreview

func (o *PageRootEmbedded) HasPreview() bool

HasPreview returns a boolean if a field has been set.

GetPreviewUrl

func (o *PageRootEmbedded) GetPreviewUrl() string

GetPreviewUrl returns the PreviewUrl field if non-nil, zero value otherwise.

GetPreviewUrlOk

func (o *PageRootEmbedded) GetPreviewUrlOk() (*string, bool)

GetPreviewUrlOk returns a tuple with the PreviewUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPreviewUrl

func (o *PageRootEmbedded) SetPreviewUrl(v string)

SetPreviewUrl sets PreviewUrl field to given value.

HasPreviewUrl

func (o *PageRootEmbedded) HasPreviewUrl() bool

HasPreviewUrl returns a boolean if a field has been set.

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