GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Alarms
Table of Contents ▼
Jump to a specific part of the page:
Description
Contains information about on-device alarms for devices that support alarms.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
alarms
(type:list(GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Alarm)
, default:nil
)
- Information about all on-device alarms. -
snoozeDuration
(type:String.t
, default:nil
)
- The amount of time for which alarms should be snoozed. If not specified, the productivity vertical applies a default snooze duration, which may be seen here: http://google3/assistant/verticals/productivity/utils/alarm_utils.cc;l=2734;rcl=415933085 -
stateFetchError
(type:String.t
, default:nil
)
- Indicates if an error occurred while fetching alarm state. If this value is missing, it can be assumed that the state fetch was successful.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Alarms{
alarms: [GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Alarm.t()] | nil,
snoozeDuration: String.t() | nil,
stateFetchError: String.t() | nil
}
alarms: [GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Alarm.t()] | nil,
snoozeDuration: String.t() | nil,
stateFetchError: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1Alarms