View Source GoogleApi.Translate.V3.Model.ListExamplesResponse (google_api_translate v0.21.0)
Response message for ListExamples.
Attributes
-
examples
(type:list(GoogleApi.Translate.V3.Model.Example.t)
, default:nil
) - The sentence pairs. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve next page of results. Pass this token to the page_token field in the ListExamplesRequest to obtain the corresponding page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V3.Model.ListExamplesResponse{ examples: [GoogleApi.Translate.V3.Model.Example.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.