Skip to content

Latest commit

History

History
29 lines (20 loc) · 1.09 KB

File metadata and controls

29 lines (20 loc) · 1.09 KB

CreateWorkspaceRequest

Properties

NameTypeDescriptionNotes
identifierstrA unique identifier of the workspace. Make sure that you can generate the same identifier for your user.[optional]

Example

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]