Dataform v1beta1 API - Class CommitMetadata (1.0.0-beta05)

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

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

Represents a Dataform Git commit.

Inheritance

object > CommitMetadata

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

CommitMetadata()

public CommitMetadata()

CommitMetadata(CommitMetadata)

public CommitMetadata(CommitMetadata other)
Parameter
NameDescription
otherCommitMetadata

Properties

Author

public CommitAuthor Author { get; set; }

Required. The commit's author.

Property Value
TypeDescription
CommitAuthor

CommitMessage

public string CommitMessage { get; set; }

Optional. The commit's message.

Property Value
TypeDescription
string