google_api_accelerated_mobile_page_url v0.6.0 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.