View Source GoogleApi.AcceleratedMobilePageUrl.V1.Model.BatchGetAmpUrlsRequest (google_api_accelerated_mobile_page_url v0.12.0)

AMP URL request for a batch of URLs.

Attributes

  • lookupStrategy (type: String.t, default: nil) - The lookup_strategy being requested.
  • urls (type: list(String.t), default: nil) - List of URLs to look up for the paired AMP URLs. The URLs are case-sensitive. Up to 50 URLs per lookup (see Usage Limits).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AcceleratedMobilePageUrl.V1.Model.BatchGetAmpUrlsRequest{
  lookupStrategy: String.t() | nil,
  urls: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.