Name | Type | Description | Notes |
---|---|---|---|
data | List[RuleGroupRead] | ||
links | PageLink | ||
meta | Meta |
from firefly_iii_client.models.rule_group_array import RuleGroupArray
# TODO update the JSON string below
json = "{}"
# create an instance of RuleGroupArray from a JSON string
rule_group_array_instance = RuleGroupArray.from_json(json)
# print the JSON string representation of the object
print(RuleGroupArray.to_json())
# convert the object into a dict
rule_group_array_dict = rule_group_array_instance.to_dict()
# create an instance of RuleGroupArray from a dict
rule_group_array_form_dict = rule_group_array.from_dict(rule_group_array_dict)