GoogleAssistantEmbeddedV1Timers

GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timers


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. 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.
  2. timers (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timer), default: nil)
    - Information about all on-device timers.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Timers