Class GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
Https latency routine is run periodically and TelemetryHttpsLatencyChangeEvent
is triggered if a latency
problem was detected or if the device has recovered from a latency problem. * Granular permission needed:
TELEMETRY_API_NETWORK_REPORT
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpsLatencyRoutineData
HTTPS latency routine data that triggered the event.
Declaration
[JsonProperty("httpsLatencyRoutineData")]
public virtual GoogleChromeManagementV1HttpsLatencyRoutineData HttpsLatencyRoutineData { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromeManagementV1HttpsLatencyRoutineData |
HttpsLatencyState
Current HTTPS latency state.
Declaration
[JsonProperty("httpsLatencyState")]
public virtual string HttpsLatencyState { get; set; }
Property Value
Type | Description |
---|---|
string |