Voting helps other researchers find interesting modules.
Used to describe clock capabilities of the device (for example, capabilities related to maximum number of supported alarms and timers that can be created on the device). Fields may be populated by clients or be backfilled by SAL (in case of Timon, for example).
maxSupportedAlarms
integer()
nil
maxSupportedExtendedTimerDuration
GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t
maxSupportedTimerDuration
maxSupportedTimers
preferredStopwatchProvider
GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t
restrictAlarmsToNext24h
boolean()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiClockCapabilities{ maxSupportedAlarms: integer() | nil, maxSupportedExtendedTimerDuration: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil, maxSupportedTimerDuration: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil, maxSupportedTimers: integer() | nil, preferredStopwatchProvider: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesProvider.t() | nil, restrictAlarmsToNext24h: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()