GoogleApi.RealTimeBidding.V1.Model.VideoContent (google_api_real_time_bidding v0.8.0) View Source

Video content for a creative.

Attributes

  • videoMetadata (type: GoogleApi.RealTimeBidding.V1.Model.VideoMetadata.t, default: nil) - Output only. Video metadata.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.RealTimeBidding.V1.Model.VideoContent{
  videoMetadata: GoogleApi.RealTimeBidding.V1.Model.VideoMetadata.t() | nil,
  videoUrl: String.t() | nil,
  videoVastXml: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.