Workspaces
class Workspaces extends Resource (View source)
The "workspaces" collection of methods.
Typical usage is:
$area120tablesService = new Google\Service\Area120Tables(...);
$workspaces = $area120tablesService->workspaces;
Methods
get(string $name, array $optParams = [])
Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
listWorkspaces(array $optParams = [])
Lists workspaces for the user. (workspaces.listWorkspaces)
Details
Workspace
get(string $name, array $optParams = [])
Gets a workspace. Returns NOT_FOUND if the workspace does not exist.
(workspaces.get)
ListWorkspacesResponse
listWorkspaces(array $optParams = [])
Lists workspaces for the user. (workspaces.listWorkspaces)