GoogleCloudIdentitytoolkitV1GetOobCodeRequest constructor

GoogleCloudIdentitytoolkitV1GetOobCodeRequest({
  1. bool? androidInstallApp,
  2. String? androidMinimumVersion,
  3. String? androidPackageName,
  4. bool? canHandleCodeInApp,
  5. String? captchaResp,
  6. String? challenge,
  7. String? continueUrl,
  8. String? dynamicLinkDomain,
  9. String? email,
  10. String? iOSAppStoreId,
  11. String? iOSBundleId,
  12. String? idToken,
  13. String? newEmail,
  14. String? requestType,
  15. bool? returnOobLink,
  16. String? targetProjectId,
  17. String? tenantId,
  18. String? userIp,
})

Implementation

GoogleCloudIdentitytoolkitV1GetOobCodeRequest({
  this.androidInstallApp,
  this.androidMinimumVersion,
  this.androidPackageName,
  this.canHandleCodeInApp,
  this.captchaResp,
  this.challenge,
  this.continueUrl,
  this.dynamicLinkDomain,
  this.email,
  this.iOSAppStoreId,
  this.iOSBundleId,
  this.idToken,
  this.newEmail,
  this.requestType,
  this.returnOobLink,
  this.targetProjectId,
  this.tenantId,
  this.userIp,
});