AssistantLogsAllMediaStreamLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsAllMediaStreamLog


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. streams (type: list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog), default: nil)
    - All active media streams while the user issues the query.
  2. targetStream (type: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog, 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.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsAllMediaStreamLog{
streams: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog.t()] | nil,
targetStream: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsMediaStreamLog.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantLogsAllMediaStreamLog