Class GoogleChromeManagementV1HttpsLatencyRoutineData
Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1HttpsLatencyRoutineData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Latency
Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
Declaration
[JsonProperty("latency")]
public virtual object Latency { get; set; }
Property Value
Type | Description |
---|---|
object |
Problem
Output only. HTTPS latency routine problem if a problem occurred.
Declaration
[JsonProperty("problem")]
public virtual string Problem { get; set; }
Property Value
Type | Description |
---|---|
string |