google_api_accelerated_mobile_page_url v0.9.1 GoogleApi.AcceleratedMobilePageUrl.V1.Model.BatchGetAmpUrlsRequest View Source

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).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.