GoogleApi.RealTimeBidding.V1.Model.DownloadSizeEvidence (google_api_real_time_bidding v0.8.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()] | nil, totalDownloadSizeKb: integer() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.