View Source GoogleApi.Dataform.V1beta1.Model.ResetWorkspaceChangesRequest (google_api_dataform v0.7.0)

ResetWorkspaceChanges request message.

Attributes

  • clean (type: boolean(), default: nil) - Optional. If set to true, untracked files will be deleted.
  • paths (type: list(String.t), default: nil) - Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataform.V1beta1.Model.ResetWorkspaceChangesRequest{
  clean: boolean() | nil,
  paths: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.