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

Attributes

  • localConnectivityEnabled (type: boolean(), default: nil) - Whether the device has torus/usonia capabililities enabled or not.
  • remoteCastMediaEnabled (type: boolean(), default: nil) - Whether the device supports cast media originated from a remote device to be executed through local execution and can upload results asynchronously. Needs to be checked before sending remote media initiation through local channel since it needs an async result upload path.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCrossDeviceExecutionCapability{
    localConnectivityEnabled: boolean() | nil,
    remoteCastMediaEnabled: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.