Dataform v1beta1 API - Class FetchCurrentWorkspaceBranchResponse (1.0.0-beta14)

public sealed class FetchCurrentWorkspaceBranchResponse : IMessage<FetchCurrentWorkspaceBranchResponse>, IEquatable<FetchCurrentWorkspaceBranchResponse>, IDeepCloneable<FetchCurrentWorkspaceBranchResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class FetchCurrentWorkspaceBranchResponse.

Response message for FetchCurrentWorkspaceBranch method.

Inheritance

object > FetchCurrentWorkspaceBranchResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

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