Show / Hide Table of Contents

Class CommitLogEntry

Represents a single commit log.

Inheritance
object
CommitLogEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class CommitLogEntry : IDirectResponseSchema

Properties

Author

The commit author for this commit log entry.

Declaration
[JsonProperty("author")]
public virtual CommitAuthor Author { get; set; }
Property Value
Type Description
CommitAuthor

CommitMessage

The commit message for this commit log entry.

Declaration
[JsonProperty("commitMessage")]
public virtual string CommitMessage { get; set; }
Property Value
Type Description
string

CommitSha

The commit SHA for this commit log entry.

Declaration
[JsonProperty("commitSha")]
public virtual string CommitSha { get; set; }
Property Value
Type Description
string

CommitTime

object representation of CommitTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CommitTimeDateTimeOffset instead.")]
public virtual object CommitTime { get; set; }
Property Value
Type Description
object

CommitTimeDateTimeOffset

DateTimeOffset representation of CommitTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CommitTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CommitTimeRaw

Commit timestamp.

Declaration
[JsonProperty("commitTime")]
public virtual string CommitTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX