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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.