Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.87 KB

DeleteRuleCategory200ResponseData.md

File metadata and controls

51 lines (28 loc) · 1.87 KB

DeleteRuleCategory200ResponseData

Properties

Name Type Description Notes
GroupCategories []RuleCategory

Methods

NewDeleteRuleCategory200ResponseData

func NewDeleteRuleCategory200ResponseData(groupCategories []RuleCategory, ) *DeleteRuleCategory200ResponseData

NewDeleteRuleCategory200ResponseData instantiates a new DeleteRuleCategory200ResponseData 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

NewDeleteRuleCategory200ResponseDataWithDefaults

func NewDeleteRuleCategory200ResponseDataWithDefaults() *DeleteRuleCategory200ResponseData

NewDeleteRuleCategory200ResponseDataWithDefaults instantiates a new DeleteRuleCategory200ResponseData 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

GetGroupCategories

func (o *DeleteRuleCategory200ResponseData) GetGroupCategories() []RuleCategory

GetGroupCategories returns the GroupCategories field if non-nil, zero value otherwise.

GetGroupCategoriesOk

func (o *DeleteRuleCategory200ResponseData) GetGroupCategoriesOk() (*[]RuleCategory, bool)

GetGroupCategoriesOk returns a tuple with the GroupCategories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGroupCategories

func (o *DeleteRuleCategory200ResponseData) SetGroupCategories(v []RuleCategory)

SetGroupCategories sets GroupCategories field to given value.

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