GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings class
Settings for POLICY_BASED_CHALLENGE keys to control when a challenge is triggered.
Constructors
- 
          GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings({Map<
String, GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings> ? actionSettings, GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings? defaultSettings}) - GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings.fromJson(Map json_)
 
Properties
- 
  actionSettings
  ↔ Map<
String, GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings> ? - 
  The action to score threshold map.
  getter/setter pair
 - defaultSettings ↔ GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings?
 - 
  Defines when a challenge is triggered (unless the default threshold is
overridden for the given action, see 
action_settings).getter/setter pair - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
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