View Source GoogleApi.ContentWarehouse.V1.Model.AssistantLogsAllMediaStreamLog (google_api_content_warehouse v0.3.0)
Attributes
-
streams
(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog.t)
, default:nil
) - All active media streams while the user issues the query. -
targetStream
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog.t
, default:nil
) - The stream selected by stream transfer logic to be transferred to another device. It will be empty for other features. Target_stream is different from target_device since target_stream could have multiple devices.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsAllMediaStreamLog{ streams: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog.t()] | nil, targetStream: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.