Class AmpUrl
AMP URL response for a requested URL.
Implements
Inherited Members
Namespace: Google.Apis.Acceleratedmobilepageurl.v1.Data
Assembly: Google.Apis.Acceleratedmobilepageurl.v1.dll
Syntax
public class AmpUrl : IDirectResponseSchema
Properties
AmpUrlValue
The AMP URL pointing to the publisher's web server.
Declaration
[JsonProperty("ampUrl")]
public virtual string AmpUrlValue { get; set; }
Property Value
Type | Description |
---|---|
string |
CdnAmpUrl
The AMP Cache URL pointing to the cached document in the Google AMP Cache.
Declaration
[JsonProperty("cdnAmpUrl")]
public virtual string CdnAmpUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OriginalUrl
The original non-AMP URL.
Declaration
[JsonProperty("originalUrl")]
public virtual string OriginalUrl { get; set; }
Property Value
Type | Description |
---|---|
string |