GoogleCloudRecaptchaenterpriseV1IOSKeySettings class
Settings specific to keys that can be used by iOS apps.
Constructors
- 
          GoogleCloudRecaptchaenterpriseV1IOSKeySettings({bool? allowAllBundleIds, List<
String> ? allowedBundleIds, GoogleCloudRecaptchaenterpriseV1AppleDeveloperId? appleDeveloperId}) - GoogleCloudRecaptchaenterpriseV1IOSKeySettings.fromJson(Map json_)
 
Properties
- allowAllBundleIds ↔ bool?
 - 
  If set to true, allowed_bundle_ids are not enforced.
  getter/setter pair
 - 
  allowedBundleIds
  ↔ List<
String> ? - 
  iOS bundle ids of apps allowed to use the key.
  getter/setter pair
 - appleDeveloperId ↔ GoogleCloudRecaptchaenterpriseV1AppleDeveloperId?
 - 
  Apple Developer account details for the app that is protected by the
reCAPTCHA Key.
  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