google_api_accelerated_mobile_page_url v0.9.0 GoogleApi.AcceleratedMobilePageUrl.V1.Model.BatchGetAmpUrlsResponse View Source

Batch AMP URL response.

Attributes

  • ampUrls (type: list(GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrl.t), default: nil) - For each URL in BatchAmpUrlsRequest, the URL response. The response might not be in the same order as URLs in the batch request. If BatchAmpUrlsRequest contains duplicate URLs, AmpUrl is generated only once.
  • urlErrors (type: list(GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError.t), default: nil) - The errors for requested URLs that have no AMP URL.

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.BatchGetAmpUrlsResponse{
  ampUrls: [GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrl.t()],
  urlErrors: [GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError.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.