View Source GoogleApi.Speech.V1.Model.ListCustomClassesResponse (google_api_speech v0.28.0)

Message returned to the client by the ListCustomClasses method.

Attributes

  • customClasses (type: list(GoogleApi.Speech.V1.Model.CustomClass.t), default: nil) - The custom classes.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Speech.V1.Model.ListCustomClassesResponse{
  customClasses: [GoogleApi.Speech.V1.Model.CustomClass.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.