View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesChannelsByProvider (google_api_content_warehouse v0.4.0)
Attributes
-
channels
(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesLiveTvChannel.t)
, default:nil
) - A list of channels provided by this input. Keep the performance impact in mind when the number/size of the channels is large. When there are too many channels, consider stripping out some data. -
inputId
(type:String.t
, default:nil
) - An identifier to identify the input source. For example for TIF based channels, this will be the TIF input ID to differentiate different tuner apps. See https://source.android.com/devices/tv -
providerType
(type:String.t
, default:nil
) - Type of provider who provides this channel input.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesChannelsByProvider{ channels: [ GoogleApi.ContentWarehouse.V1.Model.AssistantApiLiveTvChannelCapabilitiesLiveTvChannel.t() ] | nil, inputId: String.t() | nil, providerType: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.