public sealed class CommitAuthor : IMessage<CommitAuthor>, IEquatable<CommitAuthor>, IDeepCloneable<CommitAuthor>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class CommitAuthor.
Represents the author of a Git commit.
Implements
IMessageCommitAuthor, IEquatableCommitAuthor, IDeepCloneableCommitAuthor, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
CommitAuthor()
public CommitAuthor()CommitAuthor(CommitAuthor)
public CommitAuthor(CommitAuthor other)| Parameter | |
|---|---|
| Name | Description |
other |
CommitAuthor |
Properties
EmailAddress
public string EmailAddress { get; set; }Required. The commit author's email address.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The commit author's name.
| Property Value | |
|---|---|
| Type | Description |
string |
|