httpsLatencyState property

String? httpsLatencyState
getter/setter pair

Current HTTPS latency state. Possible string values are:

  • "HTTPS_LATENCY_STATE_UNSPECIFIED" : HTTPS latency state is unspecified.
  • "RECOVERY" : HTTPS latency recovered from a problem.
  • "PROBLEM" : HTTPS latency problem.

Implementation

core.String? httpsLatencyState;