Skip to content

Latest commit

History

History
29 lines (20 loc) · 972 Bytes

File metadata and controls

29 lines (20 loc) · 972 Bytes

CreateGroupInputBody

Properties

NameTypeDescriptionNotes
namestrGroup name

Example

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]