Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] |
Name | Pointer to string | The name of the resource. | [optional] |
ResponsePolicyZoneType | Pointer to string | The type of response policy zone. | [optional] |
ResponsePolicy | Pointer to InlinedResponsePolicy | [optional] | |
OverridePolicyType | Pointer to string | The response policy type set for BlueCat Security Feed. | [optional] |
OverrideRefreshTime | Pointer to string | The custom refresh time interval set for BlueCat Security Feed, in seconds. | [optional] |
RedirectTarget | Pointer to string | The target FQDN to which all undesirable connection attemps are redirected. | [optional] |
FeedCategories | Pointer to []string | [optional] |
func NewResponsePolicyZone() *ResponsePolicyZone
NewResponsePolicyZone instantiates a new ResponsePolicyZone 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 NewResponsePolicyZoneWithDefaults() *ResponsePolicyZone
NewResponsePolicyZoneWithDefaults instantiates a new ResponsePolicyZone 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 *ResponsePolicyZone) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) 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 *ResponsePolicyZone) SetType(v string)
SetType sets Type field to given value.
func (o *ResponsePolicyZone) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ResponsePolicyZone) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsePolicyZone) SetName(v string)
SetName sets Name field to given value.
func (o *ResponsePolicyZone) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ResponsePolicyZone) GetResponsePolicyZoneType() string
GetResponsePolicyZoneType returns the ResponsePolicyZoneType field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) GetResponsePolicyZoneTypeOk() (*string, bool)
GetResponsePolicyZoneTypeOk returns a tuple with the ResponsePolicyZoneType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsePolicyZone) SetResponsePolicyZoneType(v string)
SetResponsePolicyZoneType sets ResponsePolicyZoneType field to given value.
func (o *ResponsePolicyZone) HasResponsePolicyZoneType() bool
HasResponsePolicyZoneType returns a boolean if a field has been set.
func (o *ResponsePolicyZone) GetResponsePolicy() InlinedResponsePolicy
GetResponsePolicy returns the ResponsePolicy field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) GetResponsePolicyOk() (*InlinedResponsePolicy, bool)
GetResponsePolicyOk returns a tuple with the ResponsePolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsePolicyZone) SetResponsePolicy(v InlinedResponsePolicy)
SetResponsePolicy sets ResponsePolicy field to given value.
func (o *ResponsePolicyZone) HasResponsePolicy() bool
HasResponsePolicy returns a boolean if a field has been set.
func (o *ResponsePolicyZone) GetOverridePolicyType() string
GetOverridePolicyType returns the OverridePolicyType field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) GetOverridePolicyTypeOk() (*string, bool)
GetOverridePolicyTypeOk returns a tuple with the OverridePolicyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsePolicyZone) SetOverridePolicyType(v string)
SetOverridePolicyType sets OverridePolicyType field to given value.
func (o *ResponsePolicyZone) HasOverridePolicyType() bool
HasOverridePolicyType returns a boolean if a field has been set.
func (o *ResponsePolicyZone) GetOverrideRefreshTime() string
GetOverrideRefreshTime returns the OverrideRefreshTime field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) GetOverrideRefreshTimeOk() (*string, bool)
GetOverrideRefreshTimeOk returns a tuple with the OverrideRefreshTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsePolicyZone) SetOverrideRefreshTime(v string)
SetOverrideRefreshTime sets OverrideRefreshTime field to given value.
func (o *ResponsePolicyZone) HasOverrideRefreshTime() bool
HasOverrideRefreshTime returns a boolean if a field has been set.
func (o *ResponsePolicyZone) GetRedirectTarget() string
GetRedirectTarget returns the RedirectTarget field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) GetRedirectTargetOk() (*string, bool)
GetRedirectTargetOk returns a tuple with the RedirectTarget field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsePolicyZone) SetRedirectTarget(v string)
SetRedirectTarget sets RedirectTarget field to given value.
func (o *ResponsePolicyZone) HasRedirectTarget() bool
HasRedirectTarget returns a boolean if a field has been set.
func (o *ResponsePolicyZone) GetFeedCategories() []string
GetFeedCategories returns the FeedCategories field if non-nil, zero value otherwise.
func (o *ResponsePolicyZone) GetFeedCategoriesOk() (*[]string, bool)
GetFeedCategoriesOk returns a tuple with the FeedCategories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsePolicyZone) SetFeedCategories(v []string)
SetFeedCategories sets FeedCategories field to given value.
func (o *ResponsePolicyZone) HasFeedCategories() bool
HasFeedCategories returns a boolean if a field has been set.