View Source GoogleApi.Dataform.V1beta1.Model.CommitLogEntry (google_api_dataform v0.4.0)

Represents a single commit log.

Attributes

  • author (type: GoogleApi.Dataform.V1beta1.Model.CommitAuthor.t, default: nil) - The commit author for this commit log entry.
  • commitMessage (type: String.t, default: nil) - The commit message for this commit log entry.
  • commitSha (type: String.t, default: nil) - The commit SHA for this commit log entry.
  • commitTime (type: DateTime.t, default: nil) - Commit timestamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.CommitLogEntry{
  author: GoogleApi.Dataform.V1beta1.Model.CommitAuthor.t() | nil,
  commitMessage: String.t() | nil,
  commitSha: String.t() | nil,
  commitTime: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.