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

Represents the Git state of a file with uncommitted changes.

Attributes

  • path (type: String.t, default: nil) - The file's full path including filename, relative to the workspace root.
  • state (type: String.t, default: nil) - Indicates the status of the file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.UncommittedFileChange{
  path: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.