Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.64 KB

File metadata and controls

108 lines (59 loc) · 2.64 KB

CustomPage

Properties

Name Type Description Notes
StatusCode Pointer to int32 [optional]
Type Pointer to string [optional]
Url Pointer to string [optional]

Methods

NewCustomPage

func NewCustomPage() *CustomPage

NewCustomPage instantiates a new CustomPage 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

NewCustomPageWithDefaults

func NewCustomPageWithDefaults() *CustomPage

NewCustomPageWithDefaults instantiates a new CustomPage 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

GetStatusCode

func (o *CustomPage) GetStatusCode() int32

GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.

GetStatusCodeOk

func (o *CustomPage) GetStatusCodeOk() (*int32, bool)

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

SetStatusCode

func (o *CustomPage) SetStatusCode(v int32)

SetStatusCode sets StatusCode field to given value.

HasStatusCode

func (o *CustomPage) HasStatusCode() bool

HasStatusCode returns a boolean if a field has been set.

GetType

func (o *CustomPage) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *CustomPage) GetTypeOk() (*string, bool)

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

SetType

func (o *CustomPage) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *CustomPage) HasType() bool

HasType returns a boolean if a field has been set.

GetUrl

func (o *CustomPage) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *CustomPage) GetUrlOk() (*string, bool)

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

SetUrl

func (o *CustomPage) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *CustomPage) HasUrl() bool

HasUrl returns a boolean if a field has been set.

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