Struct google_acceleratedmobilepageurl1::BatchGetAmpUrlsRequest[][src]

pub struct BatchGetAmpUrlsRequest {
    pub lookup_strategy: Option<String>,
    pub urls: Option<Vec<String>>,
}

AMP URL request for a batch of URLs.

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

The lookup_strategy being requested.

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).

Trait Implementations

impl Default for BatchGetAmpUrlsRequest
[src]

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

impl Clone for BatchGetAmpUrlsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BatchGetAmpUrlsRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for BatchGetAmpUrlsRequest
[src]

Auto Trait Implementations