Class Key
Key defines all the dimensions that identify this record as unique.
Implements
Inherited Members
Namespace: Google.Apis.ChromeUXReport.v1.Data
Assembly: Google.Apis.ChromeUXReport.v1.dll
Syntax
public class Key : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveConnectionType
The effective connection type is the general connection class that all users experienced for this record. This field uses the values ["offline", "slow-2G", "2G", "3G", "4G"] as specified in: https://wicg.github.io/netinfo/#effective-connection-types If the effective connection type is unspecified, then aggregated data over all effective connection types will be returned.
Declaration
[JsonProperty("effectiveConnectionType")]
public virtual string EffectiveConnectionType { get; set; }
Property Value
Type | Description |
---|---|
string |
FormFactor
The form factor is the device class that all users used to access the site for this record. If the form factor is unspecified, then aggregated data over all form factors will be returned.
Declaration
[JsonProperty("formFactor")]
public virtual string FormFactor { get; set; }
Property Value
Type | Description |
---|---|
string |
Origin
Origin specifies the origin that this record is for. Note: When specifying an origin, data for loads under this origin over all pages are aggregated into origin level user experience data.
Declaration
[JsonProperty("origin")]
public virtual string Origin { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Url specifies a specific url that this record is for. Note: When specifying a "url" only data for that specific url will be aggregated.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |