GoogleApi.RealTimeBidding.V1.Model.DownloadSizeEvidence (google_api_real_time_bidding v0.13.2)
View SourceTotal 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.DownloadSizeEvidence{ topUrlDownloadSizeBreakdowns: [GoogleApi.RealTimeBidding.V1.Model.UrlDownloadSize.t()] | nil, totalDownloadSizeKb: integer() | nil }