GoogleCloudRecaptchaenterpriseV1AppleDeveloperId class
Contains fields that are required to perform Apple-specific integrity checks.
Constructors
- GoogleCloudRecaptchaenterpriseV1AppleDeveloperId({String? keyId, String? privateKey, String? teamId})
- GoogleCloudRecaptchaenterpriseV1AppleDeveloperId.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyId ↔ String?
-
The Apple developer key ID (10-character string).
getter/setter pair
- privateKey ↔ String?
-
Input only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- teamId ↔ String?
-
The Apple team ID (10-character string) owning the provisioning profile
used to build your application.
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