| Name | Type | Description | Notes |
|---|
| identifier | str | A unique identifier of the workspace. Make sure that you can generate the same identifier for your user. | [optional] |
frompdf_generator_api_client.models.create_workspace_requestimportCreateWorkspaceRequest# TODO update the JSON string belowjson="{}"# create an instance of CreateWorkspaceRequest from a JSON stringcreate_workspace_request_instance=CreateWorkspaceRequest.from_json(json)
# print the JSON string representation of the objectprint(CreateWorkspaceRequest.to_json())
# convert the object into a dictcreate_workspace_request_dict=create_workspace_request_instance.to_dict()
# create an instance of CreateWorkspaceRequest from a dictcreate_workspace_request_from_dict=CreateWorkspaceRequest.from_dict(create_workspace_request_dict)[Back to Model list][Back to API list][Back to README]