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

Capability with regard to support of timers by the client.

Attributes

  • maxSupportedExtendedTimerDuration (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t, default: nil) - Maximum extended timer duration supported by the client. The extended timer duration is the total start-to-finish duration after an AddTimeToTimer operation. E.g. if a user sets a timer for 30 minutes, and later adds 10 minutes, the extended duration is 40 minutes. Zero or unset indicates no maximum limit.
  • maxSupportedTimerDuration (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t, default: nil) - Maximum timer duration supported by the client. Zero or unset indicates no maximum limit.
  • maxSupportedTimers (type: integer(), default: nil) - Maximum number of timers that can be created on the client. Zero or unset indicates no maximum limit.
  • supportsMutateAction (type: boolean(), default: nil) - Whether the client supports the MUTATE timer action. If this is false, mutate operations may be handled by sending a pair of REMOVE and CREATE timer actions to replace the existing timer instead of mutating it.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantDevicesPlatformProtoTimerCapability{
    maxSupportedExtendedTimerDuration:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil,
    maxSupportedTimerDuration:
      GoogleApi.ContentWarehouse.V1.Model.AssistantApiDuration.t() | nil,
    maxSupportedTimers: integer() | nil,
    supportsMutateAction: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.