REST Resource: projects.locations.workspaces

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

string

The resource name of the workspace. This is a unique identifier. Format: projects/{project}/locations/{location}/workspaces/{workspace}

displayName

string

The user-defined display name of the Workspace. It can be up to 63 characters long and may use UTF-8 characters.

Methods

create

Creates a workspace to manage a group of resources.

delete

Deletes a workspace.

list

Lists all the workspaces under the project within a cloud location.

patch

Updates a workspace.