Voting helps other researchers find interesting modules.
PuntInfoLog is used to log why devices get filtered out during media content playability check. It contains media excuse, provider mid and also index of devices filtered by them.
deviceIndex
list(integer())
nil
mediaExcuse
integer()
providerMid
String.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsAmbiguousTargetDeviceLogPuntInfoLog{ deviceIndex: [integer()] | nil, mediaExcuse: integer() | nil, providerMid: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()