state property

  1. @JsonKey.new(name: 'state')
LastmileProbeResultState? state
final

Last mile 质量探测结果的状态。详见: LastmileProbeResultState 。

Implementation

@JsonKey(name: 'state')
final LastmileProbeResultState? state;