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

Represents a Dataform Git commit.

Attributes

  • author (type: GoogleApi.Dataform.V1beta1.Model.CommitAuthor.t, default: nil) - Required. The commit's author.
  • commitMessage (type: String.t, default: nil) - Optional. The commit's message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.