toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  'action': ?action,
  'description': ?description,
  'headerAction': ?headerAction?.toJson(),
  'kind': ?kind,
  'match': ?match?.toJson(),
  'networkMatch': ?networkMatch?.toJson(),
  'preconfiguredWafConfig': ?preconfiguredWafConfig?.toJson(),
  'preview': ?preview,
  'priority': ?priority,
  'rateLimitOptions': ?rateLimitOptions?.toJson(),
  'redirectOptions': ?redirectOptions?.toJson(),
};