GoogleChromeManagementV1HttpsLatencyRoutineData class
Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.
Constructors
- GoogleChromeManagementV1HttpsLatencyRoutineData({String? latency, String? problem})
- GoogleChromeManagementV1HttpsLatencyRoutineData.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latency ↔ String?
-
HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or
VERY_HIGH_LATENCY.
getter/setter pair
- problem ↔ String?
-
HTTPS latency routine problem if a problem occurred.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited