ampUrls property

List<AmpUrl>? ampUrls
getter/setter pair

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.

Implementation

core.List<AmpUrl>? ampUrls;