| Name | Type | Description | Notes |
|---|---|---|---|
| UserAgent | Pointer to bool | Block known bad user agents | [optional] [default to false] |
| Referer | Pointer to bool | Block known bad referers | [optional] [default to false] |
| Ip | Pointer to bool | Block known bad IPs | [optional] [default to false] |
| Ai | Pointer to bool | Block AI crawlers | [optional] [default to false] |
func NewWafConfigBlockLists() *WafConfigBlockLists
NewWafConfigBlockLists instantiates a new WafConfigBlockLists 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 NewWafConfigBlockListsWithDefaults() *WafConfigBlockLists
NewWafConfigBlockListsWithDefaults instantiates a new WafConfigBlockLists 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 *WafConfigBlockLists) GetUserAgent() bool
GetUserAgent returns the UserAgent field if non-nil, zero value otherwise.
func (o *WafConfigBlockLists) GetUserAgentOk() (*bool, bool)
GetUserAgentOk returns a tuple with the UserAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafConfigBlockLists) SetUserAgent(v bool)
SetUserAgent sets UserAgent field to given value.
func (o *WafConfigBlockLists) HasUserAgent() bool
HasUserAgent returns a boolean if a field has been set.
func (o *WafConfigBlockLists) GetReferer() bool
GetReferer returns the Referer field if non-nil, zero value otherwise.
func (o *WafConfigBlockLists) GetRefererOk() (*bool, bool)
GetRefererOk returns a tuple with the Referer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafConfigBlockLists) SetReferer(v bool)
SetReferer sets Referer field to given value.
func (o *WafConfigBlockLists) HasReferer() bool
HasReferer returns a boolean if a field has been set.
func (o *WafConfigBlockLists) GetIp() bool
GetIp returns the Ip field if non-nil, zero value otherwise.
func (o *WafConfigBlockLists) GetIpOk() (*bool, bool)
GetIpOk returns a tuple with the Ip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafConfigBlockLists) SetIp(v bool)
SetIp sets Ip field to given value.
func (o *WafConfigBlockLists) HasIp() bool
HasIp returns a boolean if a field has been set.
func (o *WafConfigBlockLists) GetAi() bool
GetAi returns the Ai field if non-nil, zero value otherwise.
func (o *WafConfigBlockLists) GetAiOk() (*bool, bool)
GetAiOk returns a tuple with the Ai field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafConfigBlockLists) SetAi(v bool)
SetAi sets Ai field to given value.
func (o *WafConfigBlockLists) HasAi() bool
HasAi returns a boolean if a field has been set.