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.
Implements
IMessageCommitMetadata, IEquatableCommitMetadata, IDeepCloneableCommitMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
CommitMetadata()
public CommitMetadata()
CommitMetadata(CommitMetadata)
public CommitMetadata(CommitMetadata other)
Parameter | |
---|---|
Name | Description |
other |
CommitMetadata |
Properties
Author
public CommitAuthor Author { get; set; }
Required. The commit's author.
Property Value | |
---|---|
Type | Description |
CommitAuthor |
CommitMessage
public string CommitMessage { get; set; }
Optional. The commit's message.
Property Value | |
---|---|
Type | Description |
string |