View Source GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timers (google_api_content_warehouse v0.4.0)

Contains information about on-device timers for devices that support timers.

Attributes

  • stateFetchError (type: String.t, default: nil) - Indicates if an error occurred while fetching timer state. If this value is missing, it can be assumed that the state fetch was successful.
  • timers (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timer.t), default: nil) - Information about all on-device timers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timers{
  stateFetchError: String.t() | nil,
  timers:
    [GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timer.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.