DesWorkspaceLocation
A region in which workspaces can be located.
type DesWorkspaceLocation {
apiServiceUrl: String!
filesServiceUrl: String!
name: String!
}
Fields
DesWorkspaceLocation.apiServiceUrl ● String! non-null scalar
The preferred Nexar API URL to use for this location.
DesWorkspaceLocation.filesServiceUrl ● String! non-null scalar
The preferred files service URL to use for this location.
DesWorkspaceLocation.name ● String! non-null scalar
The name of the location.