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

View Source

Information about each media file in the VAST.

Attributes

  • bitrate (type: String.t, default: nil) - Bitrate of the video file, in Kbps. Can be used to filter the response of the creatives.list method.
  • mimeType (type: String.t, default: nil) - The MIME type of this media file. Can be used to filter the response of the creatives.list method.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.MediaFile{
  bitrate: String.t() | nil,
  mimeType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.