Name | Type | Description | Notes |
---|---|---|---|
RulesCategories | []RuleCategory |
func NewGetRuleCategoryDetails200ResponseData(rulesCategories []RuleCategory, ) *GetRuleCategoryDetails200ResponseData
NewGetRuleCategoryDetails200ResponseData instantiates a new GetRuleCategoryDetails200ResponseData 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 NewGetRuleCategoryDetails200ResponseDataWithDefaults() *GetRuleCategoryDetails200ResponseData
NewGetRuleCategoryDetails200ResponseDataWithDefaults instantiates a new GetRuleCategoryDetails200ResponseData 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 *GetRuleCategoryDetails200ResponseData) GetRulesCategories() []RuleCategory
GetRulesCategories returns the RulesCategories field if non-nil, zero value otherwise.
func (o *GetRuleCategoryDetails200ResponseData) GetRulesCategoriesOk() (*[]RuleCategory, bool)
GetRulesCategoriesOk returns a tuple with the RulesCategories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRuleCategoryDetails200ResponseData) SetRulesCategories(v []RuleCategory)
SetRulesCategories sets RulesCategories field to given value.