GoogleCloudRecaptchaenterpriseV1Key constructor
GoogleCloudRecaptchaenterpriseV1Key({
- GoogleCloudRecaptchaenterpriseV1AndroidKeySettings? androidSettings,
- String? createTime,
- String? displayName,
- GoogleCloudRecaptchaenterpriseV1IOSKeySettings? iosSettings,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudRecaptchaenterpriseV1TestingOptions? testingOptions,
- GoogleCloudRecaptchaenterpriseV1WafSettings? wafSettings,
- GoogleCloudRecaptchaenterpriseV1WebKeySettings? webSettings,
Implementation
GoogleCloudRecaptchaenterpriseV1Key({
this.androidSettings,
this.createTime,
this.displayName,
this.iosSettings,
this.labels,
this.name,
this.testingOptions,
this.wafSettings,
this.webSettings,
});