public sealed class Workspace : IMessage<Workspace>, IEquatable<Workspace>, IDeepCloneable<Workspace>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class Workspace.
Represents a Dataform Git workspace.
Implements
IMessageWorkspace, IEquatableWorkspace, IDeepCloneableWorkspace, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
Workspace()
public Workspace()
Workspace(Workspace)
public Workspace(Workspace other)
Parameter | |
---|---|
Name | Description |
other |
Workspace |
Properties
Name
public string Name { get; set; }
Output only. The workspace's name.
Property Value | |
---|---|
Type | Description |
string |
WorkspaceName
public WorkspaceName WorkspaceName { get; set; }
WorkspaceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkspaceName |