Class BatchGetAmpUrlsResponse
Batch AMP URL response.
Implements
Inherited Members
Namespace: Google.Apis.Acceleratedmobilepageurl.v1.Data
Assembly: Google.Apis.Acceleratedmobilepageurl.v1.dll
Syntax
public class BatchGetAmpUrlsResponse : IDirectResponseSchema
Properties
AmpUrls
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.
Declaration
[JsonProperty("ampUrls")]
public virtual IList<AmpUrl> AmpUrls { get; set; }
Property Value
Type | Description |
---|---|
IList<AmpUrl> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UrlErrors
The errors for requested URLs that have no AMP URL.
Declaration
[JsonProperty("urlErrors")]
public virtual IList<AmpUrlError> UrlErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<AmpUrlError> |