Name | Type | Description | Notes |
---|---|---|---|
RuleCategories | map[string]interface{} | Rule tree |
func NewGetRuleTree200ResponseData(ruleCategories map[string]interface{}, ) *GetRuleTree200ResponseData
NewGetRuleTree200ResponseData instantiates a new GetRuleTree200ResponseData 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 NewGetRuleTree200ResponseDataWithDefaults() *GetRuleTree200ResponseData
NewGetRuleTree200ResponseDataWithDefaults instantiates a new GetRuleTree200ResponseData 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 *GetRuleTree200ResponseData) GetRuleCategories() map[string]interface{}
GetRuleCategories returns the RuleCategories field if non-nil, zero value otherwise.
func (o *GetRuleTree200ResponseData) GetRuleCategoriesOk() (*map[string]interface{}, 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 *GetRuleTree200ResponseData) SetRuleCategories(v map[string]interface{})
SetRuleCategories sets RuleCategories field to given value.