public sealed class FetchCurrentWorkspaceBranchResponse : IMessage<FetchCurrentWorkspaceBranchResponse>, IEquatable<FetchCurrentWorkspaceBranchResponse>, IDeepCloneable<FetchCurrentWorkspaceBranchResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1beta1 API class FetchCurrentWorkspaceBranchResponse.
Response message for FetchCurrentWorkspaceBranch method.
Implements
IMessageFetchCurrentWorkspaceBranchResponse, IEquatableFetchCurrentWorkspaceBranchResponse, IDeepCloneableFetchCurrentWorkspaceBranchResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
FetchCurrentWorkspaceBranchResponse()
public FetchCurrentWorkspaceBranchResponse()FetchCurrentWorkspaceBranchResponse(FetchCurrentWorkspaceBranchResponse)
public FetchCurrentWorkspaceBranchResponse(FetchCurrentWorkspaceBranchResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchCurrentWorkspaceBranchResponse |
Properties
BranchName
public string BranchName { get; set; }The name of the current branch for the workspace.
| Property Value | |
|---|---|
| Type | Description |
string |
|