Dataform v1beta1 API - Class CommitAuthor (1.0.0-beta07)

 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.

Inheritance

object > CommitAuthor

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

CommitAuthor()

 public CommitAuthor() 

CommitAuthor(CommitAuthor)

 public CommitAuthor(CommitAuthor other) 
Parameter
Name
Description
other

Properties

EmailAddress

 public string EmailAddress { get; set; } 

Required. The commit author's email address.

Property Value
Type
Description

Name

 public string Name { get; set; } 

Required. The commit author's name.

Property Value
Type
Description