Show / Hide Table of Contents

Class BatchGetAmpUrlsResponse

Batch AMP URL response.

Inheritance
object
BatchGetAmpUrlsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX