GoogleCloudIdentitytoolkitV1GetOobCodeRequest constructor

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

Implementation

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