Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.79 KB

GetRuleTree200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.79 KB

GetRuleTree200ResponseData

Properties

Name Type Description Notes
RuleCategories map[string]interface{} Rule tree

Methods

NewGetRuleTree200ResponseData

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

NewGetRuleTree200ResponseDataWithDefaults

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

GetRuleCategories

func (o *GetRuleTree200ResponseData) GetRuleCategories() map[string]interface{}

GetRuleCategories returns the RuleCategories field if non-nil, zero value otherwise.

GetRuleCategoriesOk

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.

SetRuleCategories

func (o *GetRuleTree200ResponseData) SetRuleCategories(v map[string]interface{})

SetRuleCategories sets RuleCategories field to given value.

[Back to Model list] [Back to API list] [Back to README]