Show / Hide Table of Contents

Class GoogleChromeManagementV1HttpsLatencyRoutineData

Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.

Inheritance
object
GoogleChromeManagementV1HttpsLatencyRoutineData
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX