PingConfig class

Ping schema used by BurstObservatory.

Annotations
  • @JsonSerializable.new(includeIfNull: false)

Constructors

PingConfig({required String destination, String? connectivity, String? interval, int? sampling, String? timeout})
const
PingConfig.fromJson(Map<String, dynamic> json)
factory

Properties

connectivity String?
URL used to test local network connectivity.
final
destination String
URL used to check outbound proxy status.
final
hashCode int
The hash code for this object.
no setterinherited
interval String?
Time window for checking all matching outbounds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampling int?
Number of recent test results to keep.
final
timeout String?
Response timeout during verification.
final

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