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

View Source

List AdaptiveMt sentences response.

Attributes

  • adaptiveMtSentences (type: list(GoogleApi.Translate.V3.Model.AdaptiveMtSentence.t), default: nil) - Output only. The list of AdaptiveMtSentences.
  • nextPageToken (type: String.t, default: nil) - Optional.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Translate.V3.Model.ListAdaptiveMtSentencesResponse{
  adaptiveMtSentences:
    [GoogleApi.Translate.V3.Model.AdaptiveMtSentence.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.