Resource: Workspace
A workspace represents a container for users to organize their resources, such as vehicles, shipments, and optimizers, etc.
JSON representation |
---|
{ "name": string, "displayName": string } |
Fields | |
---|---|
name |
The resource name of the workspace. This is a unique identifier. Format: |
displayName |
The user-defined display name of the Workspace. It can be up to 63 characters long and may use UTF-8 characters. |
Methods |
|
---|---|
|
Creates a workspace to manage a group of resources. |
|
Deletes a workspace. |
|
Lists all the workspaces under the project within a cloud location. |
|
Updates a workspace. |