GoogleApi.RealTimeBidding.V1.Model.UrlDownloadSize (google_api_real_time_bidding v0.5.0) View Source

The URL-level breakdown for the download size.

Attributes

  • downloadSizeKb (type: integer(), default: nil) - Download size of the URL in kilobytes.
  • normalizedUrl (type: String.t, default: nil) - The normalized URL with query parameters and fragment removed.

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.UrlDownloadSize{
  downloadSizeKb: integer(),
  normalizedUrl: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.