conditions property
The conditions. Each rule can include zero or one of the following
conditions: http-request-method
, host-header
,
path-pattern
, and source-ip
, and zero or more of
the following conditions: http-header
and
query-string
.
Implementation
final List<RuleCondition>? conditions;