Name | Type | Description | Notes |
---|---|---|---|
attributes | RuleGroup | ||
id | str | ||
links | ObjectLink | ||
type | str | Immutable value |
from firefly_iii_client.models.rule_group_read import RuleGroupRead
# TODO update the JSON string below
json = "{}"
# create an instance of RuleGroupRead from a JSON string
rule_group_read_instance = RuleGroupRead.from_json(json)
# print the JSON string representation of the object
print(RuleGroupRead.to_json())
# convert the object into a dict
rule_group_read_dict = rule_group_read_instance.to_dict()
# create an instance of RuleGroupRead from a dict
rule_group_read_form_dict = rule_group_read.from_dict(rule_group_read_dict)