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
System.Object
AuditRefs
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class AuditRefs : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Group

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

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

Id

The audit ref id.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Double>

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top