enabled property
Whether to only show rules where the value of their enabled
property matches this parameter. If absent, show all rules, regardless of their enabled
property.
Implementation
@JsonKey(name: r'enabled')
final bool? enabled;
Whether to only show rules where the value of their enabled
property matches this parameter. If absent, show all rules, regardless of their enabled
property.
@JsonKey(name: r'enabled')
final bool? enabled;