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

MoveDirectory request message.

Attributes

  • newPath (type: String.t, default: nil) - Required. The new path for the directory including directory name, rooted at workspace root.
  • path (type: String.t, default: nil) - Required. The directory's full path including directory name, relative to the workspace root.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.