Skip to content

GroupCreation

Properties

Name Type Description Notes
id str
description str [optional]

Example

from lakefs_enterprise_sdk.models.group_creation import GroupCreation

# TODO update the JSON string below
json = "{}"
# create an instance of GroupCreation from a JSON string
group_creation_instance = GroupCreation.from_json(json)
# print the JSON string representation of the object
print GroupCreation.to_json()

# convert the object into a dict
group_creation_dict = group_creation_instance.to_dict()
# create an instance of GroupCreation from a dict
group_creation_form_dict = group_creation.from_dict(group_creation_dict)