View Source GoogleApi.Dataform.V1beta1.Model.RemoveFileRequest (google_api_dataform v0.7.0)
RemoveFile
request message.
Attributes
-
path
(type:String.t
, default:nil
) - Required. The file's full path including filename, relative to the workspace root.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.RemoveFileRequest{ path: String.t() | nil }