View Source GoogleApi.Dataform.V1beta1.Model.WriteFileRequest (google_api_dataform v0.6.0)

WriteFile request message.

Attributes

  • contents (type: String.t, default: nil) - Required. The file's contents.
  • path (type: String.t, default: nil) - Required. The file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.