AssistantApiLiveTvChannelCapabilitiesLiveTvChannel

GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesLiveTvChannel


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. channelId (type: String.t, default: nil)
    - Unique channel identifier.
  2. channelName (type: list(String.t), default: nil)
    - A list of channel names and synonyms.
  3. channelNumber (type: String.t, default: nil)
    - Channel number displayed to user. Optional.
  4. mid (type: String.t, default: nil)
    - KG mid of the channel if it exists in KG.
  5. networkMid (type: String.t, default: nil)
    - Network KG mid of the channel if it exists in KG

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesLiveTvChannel{
channelId: String.t() | nil,
channelName: [String.t()] | nil,
channelNumber: String.t() | nil,
deeplink: String.t() | nil,
mid: String.t() | nil,
networkMid: String.t() | nil
}

Function

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

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