Show / Hide Table of Contents

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

Inheritance
object
GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX