GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent class
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
 
Constructors
- GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent({GoogleChromeManagementV1HttpsLatencyRoutineData? httpsLatencyRoutineData, String? httpsLatencyState})
 - GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - httpsLatencyRoutineData ↔ GoogleChromeManagementV1HttpsLatencyRoutineData?
 - 
  HTTPS latency routine data that triggered the event.
  getter/setter pair
 - httpsLatencyState ↔ String?
 - 
  Current HTTPS latency state.
Possible string values are:
  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