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

View Source

The response for importing an AdaptiveMtFile

Attributes

  • adaptiveMtFile (type: GoogleApi.Translate.V3.Model.AdaptiveMtFile.t, default: nil) - Output only. The Adaptive MT file that was imported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Translate.V3.Model.ImportAdaptiveMtFileResponse{
  adaptiveMtFile: GoogleApi.Translate.V3.Model.AdaptiveMtFile.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.