Name | Type | Description | Notes |
---|---|---|---|
RuleCategories | []RuleCategory |
func NewCreateRuleCategory200ResponseData(ruleCategories []RuleCategory, ) *CreateRuleCategory200ResponseData
NewCreateRuleCategory200ResponseData instantiates a new CreateRuleCategory200ResponseData 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 NewCreateRuleCategory200ResponseDataWithDefaults() *CreateRuleCategory200ResponseData
NewCreateRuleCategory200ResponseDataWithDefaults instantiates a new CreateRuleCategory200ResponseData 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 *CreateRuleCategory200ResponseData) GetRuleCategories() []RuleCategory
GetRuleCategories returns the RuleCategories field if non-nil, zero value otherwise.
func (o *CreateRuleCategory200ResponseData) GetRuleCategoriesOk() (*[]RuleCategory, bool)
GetRuleCategoriesOk returns a tuple with the RuleCategories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRuleCategory200ResponseData) SetRuleCategories(v []RuleCategory)
SetRuleCategories sets RuleCategories field to given value.