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

FetchGitAheadBehind response message.

Attributes

  • commitsAhead (type: integer(), default: nil) - The number of commits in the remote branch that are not in the workspace.
  • commitsBehind (type: integer(), default: nil) - The number of commits in the workspace that are not in the remote branch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.FetchGitAheadBehindResponse{
  commitsAhead: integer() | nil,
  commitsBehind: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.