Show / Hide Table of Contents

Class AuditRefs

A light reference to an audit by id, used to group and weight audits in a given category.

Inheritance
object
AuditRefs
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 AuditRefs : IDirectResponseSchema

Properties

Acronym

The conventional acronym for the audit/metric.

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

Group

The category group that the audit belongs to (optional).

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

Id

The audit ref id.

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

RelevantAudits

Any audit IDs closely relevant to this one.

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

Weight

The weight this audit's score has on the overall category score.

Declaration
[JsonProperty("weight")]
public virtual double? Weight { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX