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

FetchFileGitStatuses response message.

Attributes

  • uncommittedFileChanges (type: list(GoogleApi.Dataform.V1beta1.Model.UncommittedFileChange.t), default: nil) - A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.FetchFileGitStatusesResponse{
  uncommittedFileChanges:
    [GoogleApi.Dataform.V1beta1.Model.UncommittedFileChange.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.