GoogleCloudIdentitytoolkitV1GetOobCodeRequest constructor
      
      GoogleCloudIdentitytoolkitV1GetOobCodeRequest({ 
    
    
- bool? androidInstallApp,
 - String? androidMinimumVersion,
 - String? androidPackageName,
 - bool? canHandleCodeInApp,
 - String? captchaResp,
 - String? challenge,
 - String? clientType,
 - String? continueUrl,
 - String? dynamicLinkDomain,
 - String? email,
 - String? iOSAppStoreId,
 - String? iOSBundleId,
 - String? idToken,
 - String? linkDomain,
 - String? newEmail,
 - String? recaptchaVersion,
 - String? requestType,
 - bool? returnOobLink,
 - String? targetProjectId,
 - String? tenantId,
 - 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.linkDomain,
  this.newEmail,
  this.recaptchaVersion,
  this.requestType,
  this.returnOobLink,
  this.targetProjectId,
  this.tenantId,
  this.userIp,
});