Class Workspace
A single workspace.
Implements
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class Workspace : IMessage<Workspace>, IEquatable<Workspace>, IDeepCloneable<Workspace>, IBufferMessage, IMessage
Constructors
Workspace()
Declaration
public Workspace()
Workspace(Workspace)
Declaration
public Workspace(Workspace other)
Parameters
Type | Name | Description |
---|---|---|
Workspace | other |
Properties
DisplayName
The human readable title of the workspace.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The resource name of the workspace.
Workspace names have the form workspaces/{workspace}
.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Tables
The list of tables in the workspace.
Declaration
public RepeatedField<Table> Tables { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Table> |
WorkspaceName
WorkspaceName-typed view over the Name resource name property.
Declaration
public WorkspaceName WorkspaceName { get; set; }
Property Value
Type | Description |
---|---|
WorkspaceName |