Struct google_acceleratedmobilepageurl1::BatchGetAmpUrlsResponse[][src]

pub struct BatchGetAmpUrlsResponse {
    pub amp_urls: Option<Vec<AmpUrl>>,
    pub url_errors: Option<Vec<AmpUrlError>>,
}

Batch AMP URL response.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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.

The errors for requested URLs that have no AMP URL.

Trait Implementations

impl Default for BatchGetAmpUrlsResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for BatchGetAmpUrlsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BatchGetAmpUrlsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for BatchGetAmpUrlsResponse
[src]

Auto Trait Implementations