Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.85 KB

CreateRuleCategory200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.85 KB

CreateRuleCategory200ResponseData

Properties

Name Type Description Notes
RuleCategories []RuleCategory

Methods

NewCreateRuleCategory200ResponseData

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

NewCreateRuleCategory200ResponseDataWithDefaults

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

GetRuleCategories

func (o *CreateRuleCategory200ResponseData) GetRuleCategories() []RuleCategory

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

GetRuleCategoriesOk

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.

SetRuleCategories

func (o *CreateRuleCategory200ResponseData) SetRuleCategories(v []RuleCategory)

SetRuleCategories sets RuleCategories field to given value.

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