Name | Type | Description | Notes |
---|---|---|---|
Links | Pointer to PaginationLinks | [optional] | |
Meta | Pointer to PaginationMeta | [optional] | |
Data | Pointer to []WafRuleResponseData | [optional] | |
Included | Pointer to []IncludedWithWafRuleItem | [optional] |
func NewWafRulesResponse() *WafRulesResponse
NewWafRulesResponse instantiates a new WafRulesResponse 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 NewWafRulesResponseWithDefaults() *WafRulesResponse
NewWafRulesResponseWithDefaults instantiates a new WafRulesResponse 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 *WafRulesResponse) GetLinks() PaginationLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *WafRulesResponse) GetLinksOk() (*PaginationLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafRulesResponse) SetLinks(v PaginationLinks)
SetLinks sets Links field to given value.
func (o *WafRulesResponse) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (o *WafRulesResponse) GetMeta() PaginationMeta
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *WafRulesResponse) GetMetaOk() (*PaginationMeta, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafRulesResponse) SetMeta(v PaginationMeta)
SetMeta sets Meta field to given value.
func (o *WafRulesResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *WafRulesResponse) GetData() []WafRuleResponseData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *WafRulesResponse) GetDataOk() (*[]WafRuleResponseData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafRulesResponse) SetData(v []WafRuleResponseData)
SetData sets Data field to given value.
func (o *WafRulesResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (o *WafRulesResponse) GetIncluded() []IncludedWithWafRuleItem
GetIncluded returns the Included field if non-nil, zero value otherwise.
func (o *WafRulesResponse) GetIncludedOk() (*[]IncludedWithWafRuleItem, bool)
GetIncludedOk returns a tuple with the Included field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafRulesResponse) SetIncluded(v []IncludedWithWafRuleItem)
SetIncluded sets Included field to given value.
func (o *WafRulesResponse) HasIncluded() bool
HasIncluded returns a boolean if a field has been set.