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

PushGitCommits request message.

Attributes

  • remoteBranch (type: String.t, default: nil) - Optional. The name of the branch in the Git remote to which commits should be pushed. 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.PushGitCommitsRequest{
  remoteBranch: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.