View Source GoogleApi.DisplayVideo.V3.Model.InStreamAd (google_api_display_video v0.37.1)

Details 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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.