Show / Hide Table of Contents

Class AmpUrl

AMP URL response for a requested URL.

Inheritance
object
AmpUrl
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX