Show / Hide Table of Contents

Class LhrEntity

Message containing an Entity.

Inheritance
object
LhrEntity
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.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class LhrEntity : IDirectResponseSchema

Properties

Category

Optional. An optional category name for the entity.

Declaration
[JsonProperty("category")]
public virtual string Category { 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

Homepage

Optional. An optional homepage URL of the entity.

Declaration
[JsonProperty("homepage")]
public virtual string Homepage { get; set; }
Property Value
Type Description
string

IsFirstParty

Optional. An optional flag indicating if the entity is the first party.

Declaration
[JsonProperty("isFirstParty")]
public virtual bool? IsFirstParty { get; set; }
Property Value
Type Description
bool?

IsUnrecognized

Optional. An optional flag indicating if the entity is not recognized.

Declaration
[JsonProperty("isUnrecognized")]
public virtual bool? IsUnrecognized { get; set; }
Property Value
Type Description
bool?

Name

Required. Name of the entity.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Origins

Required. A list of URL origin strings that belong to this entity.

Declaration
[JsonProperty("origins")]
public virtual IList<string> Origins { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX