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

AMP URL request for a batch of URLs.

Attributes

  • lookupStrategy (String.t): The lookup_strategy being requested. Defaults to nil.
  • urls (list(String.t)): 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). Defaults to nil.

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.