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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.RealTimeBidding.V1.Model.UrlDownloadSize{
  downloadSizeKb: integer() | nil,
  normalizedUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.