View Source GoogleApi.Dataform.V1beta1.Model.PullGitCommitsRequest (google_api_dataform v0.6.0)

PullGitCommits request message.

Attributes

  • author (type: GoogleApi.Dataform.V1beta1.Model.CommitAuthor.t, default: nil) - Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace.
  • remoteBranch (type: String.t, default: nil) - Optional. The name of the branch in the Git remote from which to pull commits. If left unset, the repository's default branch name will be used.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.