View Source GoogleApi.Dataform.V1beta1.Model.CommitAuthor (google_api_dataform v0.5.0)

Represents the author of a Git commit.

Attributes

  • emailAddress (type: String.t, default: nil) - Required. The commit author's email address.
  • name (type: String.t, default: nil) - Required. The commit author's name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.CommitAuthor{
  emailAddress: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.