| Name | Type | Description | Notes |
|---|---|---|---|
| Enable | Pointer to bool | [optional] | |
| StatusCode | Pointer to int32 | [optional] | |
| Url | Pointer to NullableString | [optional] |
func NewPageRuleDiffRedirect() *PageRuleDiffRedirect
NewPageRuleDiffRedirect instantiates a new PageRuleDiffRedirect 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 NewPageRuleDiffRedirectWithDefaults() *PageRuleDiffRedirect
NewPageRuleDiffRedirectWithDefaults instantiates a new PageRuleDiffRedirect 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 *PageRuleDiffRedirect) GetEnable() bool
GetEnable returns the Enable field if non-nil, zero value otherwise.
func (o *PageRuleDiffRedirect) GetEnableOk() (*bool, bool)
GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PageRuleDiffRedirect) SetEnable(v bool)
SetEnable sets Enable field to given value.
func (o *PageRuleDiffRedirect) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *PageRuleDiffRedirect) GetStatusCode() int32
GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.
func (o *PageRuleDiffRedirect) 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 *PageRuleDiffRedirect) SetStatusCode(v int32)
SetStatusCode sets StatusCode field to given value.
func (o *PageRuleDiffRedirect) HasStatusCode() bool
HasStatusCode returns a boolean if a field has been set.
func (o *PageRuleDiffRedirect) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *PageRuleDiffRedirect) 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 *PageRuleDiffRedirect) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *PageRuleDiffRedirect) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *PageRuleDiffRedirect) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *PageRuleDiffRedirect) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil