requestedLevel property

  1. @BuiltValueField.new(wireName: r'requestedLevel')
String get requestedLevel

The level that you requested for the capability. Some capabilities have different levels which correspond to thresholds. Higher levels may require additional checks and increased monitoring.Possible values: notApplicable, low, medium, high.

Implementation

@BuiltValueField(wireName: r'requestedLevel')
String get requestedLevel;