GoogleCloudRecaptchaenterpriseV1AppleDeveloperId constructor

GoogleCloudRecaptchaenterpriseV1AppleDeveloperId({
  1. String? keyId,
  2. String? privateKey,
  3. String? teamId,
})

Implementation

GoogleCloudRecaptchaenterpriseV1AppleDeveloperId({
  this.keyId,
  this.privateKey,
  this.teamId,
});