GoogleCloudRecaptchaenterpriseV1Key class
A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
Constructors
-
GoogleCloudRecaptchaenterpriseV1Key({GoogleCloudRecaptchaenterpriseV1AndroidKeySettings? androidSettings, String? createTime, String? displayName, GoogleCloudRecaptchaenterpriseV1IOSKeySettings? iosSettings, Map<
String, String> ? labels, String? name, GoogleCloudRecaptchaenterpriseV1TestingOptions? testingOptions, GoogleCloudRecaptchaenterpriseV1WafSettings? wafSettings, GoogleCloudRecaptchaenterpriseV1WebKeySettings? webSettings}) - GoogleCloudRecaptchaenterpriseV1Key.fromJson(Map json_)
Properties
- androidSettings ↔ GoogleCloudRecaptchaenterpriseV1AndroidKeySettings?
-
Settings for keys that can be used by Android apps.
getter/setter pair
- createTime ↔ String?
-
The timestamp corresponding to the creation of this key.
getter/setter pair
- displayName ↔ String?
-
Human-readable display name of this key.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosSettings ↔ GoogleCloudRecaptchaenterpriseV1IOSKeySettings?
-
Settings for keys that can be used by iOS apps.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
See
Creating and managing labels.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testingOptions ↔ GoogleCloudRecaptchaenterpriseV1TestingOptions?
-
Options for user acceptance testing.
getter/setter pair
- wafSettings ↔ GoogleCloudRecaptchaenterpriseV1WafSettings?
-
Settings for WAF
getter/setter pair
- webSettings ↔ GoogleCloudRecaptchaenterpriseV1WebKeySettings?
-
Settings for keys that can be used by websites.
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