| Name | Type | Description | Notes |
|---|---|---|---|
| RuleIds | Pointer to []string | The IDs of the rules to delete | [optional] |
func NewWafBulkDeleteRulesRequest() *WafBulkDeleteRulesRequest
NewWafBulkDeleteRulesRequest instantiates a new WafBulkDeleteRulesRequest 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 NewWafBulkDeleteRulesRequestWithDefaults() *WafBulkDeleteRulesRequest
NewWafBulkDeleteRulesRequestWithDefaults instantiates a new WafBulkDeleteRulesRequest 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 *WafBulkDeleteRulesRequest) GetRuleIds() []string
GetRuleIds returns the RuleIds field if non-nil, zero value otherwise.
func (o *WafBulkDeleteRulesRequest) GetRuleIdsOk() (*[]string, bool)
GetRuleIdsOk returns a tuple with the RuleIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WafBulkDeleteRulesRequest) SetRuleIds(v []string)
SetRuleIds sets RuleIds field to given value.
func (o *WafBulkDeleteRulesRequest) HasRuleIds() bool
HasRuleIds returns a boolean if a field has been set.