Class BatchGetAmpUrlsRequest
AMP URL request for a batch of URLs.
Implements
Inherited Members
Namespace: Google.Apis.Acceleratedmobilepageurl.v1.Data
Assembly: Google.Apis.Acceleratedmobilepageurl.v1.dll
Syntax
public class BatchGetAmpUrlsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LookupStrategy
The lookup_strategy being requested.
Declaration
[JsonProperty("lookupStrategy")]
public virtual string LookupStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |
Urls
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).
Declaration
[JsonProperty("urls")]
public virtual IList<string> Urls { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |