GoogleApi.Translate.V3.Model.GcsOutputDestination (google_api_translate v0.22.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.