| Name | Type | Description | Notes |
|---|
| name | str | Group name | |
fromrevengai.models.create_group_input_bodyimportCreateGroupInputBody# TODO update the JSON string belowjson="{}"# create an instance of CreateGroupInputBody from a JSON stringcreate_group_input_body_instance=CreateGroupInputBody.from_json(json)
# print the JSON string representation of the objectprint(CreateGroupInputBody.to_json())
# convert the object into a dictcreate_group_input_body_dict=create_group_input_body_instance.to_dict()
# create an instance of CreateGroupInputBody from a dictcreate_group_input_body_from_dict=CreateGroupInputBody.from_dict(create_group_input_body_dict)[Back to Model list][Back to API list][Back to README]