GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings constructor

GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings({
  1. Map<String, GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings>? actionSettings,
  2. GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings? defaultSettings,
})

Implementation

GoogleCloudRecaptchaenterpriseV1WebKeySettingsChallengeSettings({
  this.actionSettings,
  this.defaultSettings,
});