public sealed class CommitMetadata : IMessage<CommitMetadata>, IEquatable<CommitMetadata>, IDeepCloneable<CommitMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class CommitMetadata.
Represents a Dataform Git commit.
Implements
IMessageCommitMetadata, IEquatableCommitMetadata, IDeepCloneableCommitMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.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 |
|