public sealed class CommitAuthor : IMessage<CommitAuthor>, IEquatable<CommitAuthor>, IDeepCloneable<CommitAuthor>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CommitAuthor.
Represents the author of a Git commit.
Implements
IMessageCommitAuthor, IEquatableCommitAuthor, IDeepCloneableCommitAuthor, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.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 |