GoogleApi.RealTimeBidding.V1.Model.VideoContent (google_api_real_time_bidding v0.13.2)

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. The URL should return an XML response that conforms to the VAST 2.0, 3.0 or 4.x standard.
  • 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, 3.0, or 4.x standard.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.