GoogleApi.DisplayVideo.V3.Model.InStreamAd (google_api_display_video v0.39.0)
View SourceDetails for an in-stream ad.
Attributes
-
commonInStreamAttribute
(type:GoogleApi.DisplayVideo.V3.Model.CommonInStreamAttribute.t
, default:nil
) - Common ad attributes. -
customParameters
(type:map()
, default:nil
) - The custom parameters to pass custom values to tracking URL template.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.InStreamAd{ commonInStreamAttribute: GoogleApi.DisplayVideo.V3.Model.CommonInStreamAttribute.t() | nil, customParameters: map() | nil }