View Source GoogleApi.Translate.V3.Model.GcsOutputDestination (google_api_translate v0.21.0)

The Google Cloud Storage location for the output content.

Attributes

  • outputUriPrefix (type: String.t, default: nil) - Required. Google Cloud Storage URI to output directory. For example, gs://bucket/directory. The requesting user must have write permission to the bucket. The directory will be created if it doesn't exist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Translate.V3.Model.GcsOutputDestination{
  outputUriPrefix: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.