stats property

  1. @JsonKey.new(name: "stats")
StatsConfig? stats
getter/setter pair

Used to configure the collection of traffic statistics.

Implementation

@JsonKey(name: "stats")
StatsConfig? stats;