View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoContent (google_api_ad_exchange_buyer v0.41.0)

Video content for a creative.

Attributes

  • videoUrl (type: String.t, default: nil) - The URL to fetch a video ad.
  • videoVastXml (type: String.t, default: nil) - The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V2beta1.Model.VideoContent{
  videoUrl: String.t() | nil,
  videoVastXml: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.