| Name | Type | Description | Notes |
|---|---|---|---|
| StatusCode | Pointer to int32 | [optional] | |
| Type | Pointer to string | [optional] | |
| Url | Pointer to string | [optional] |
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
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
func (o *CustomPage) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
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.
func (o *CustomPage) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *CustomPage) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *CustomPage) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *CustomPage) SetType(v string)
SetType sets Type field to given value.
func (o *CustomPage) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CustomPage) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *CustomPage) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *CustomPage) HasUrl() bool
HasUrl returns a boolean if a field has been set.