GoogleCloudRecaptchaenterpriseV1WafSettings class
Settings specific to keys that can be used for WAF (Web Application Firewall).
Constructors
- GoogleCloudRecaptchaenterpriseV1WafSettings({String? wafFeature, String? wafService})
- GoogleCloudRecaptchaenterpriseV1WafSettings.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wafFeature ↔ String?
-
The WAF feature for which this key is enabled.
getter/setter pair
- wafService ↔ String?
-
The WAF service that uses this key.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited