GoogleApi.RealTimeBidding.V1.Model.DownloadSizeEvidence (google_api_real_time_bidding v0.3.0) View Source

Total download size and URL-level download size breakdown for resources in a creative.

Attributes

  • topUrlDownloadSizeBreakdowns (type: list(GoogleApi.RealTimeBidding.V1.Model.UrlDownloadSize.t), default: nil) - Download size broken down by URLs with the top download size.
  • totalDownloadSizeKb (type: integer(), default: nil) - Total download size (in kilobytes) for all the resources in the creative.

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.DownloadSizeEvidence{
  topUrlDownloadSizeBreakdowns: [
    GoogleApi.RealTimeBidding.V1.Model.UrlDownloadSize.t()
  ],
  totalDownloadSizeKb: integer()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.