GoogleCloudIdentitytoolkitV1DeleteAccountRequest constructor

GoogleCloudIdentitytoolkitV1DeleteAccountRequest({
  1. String? delegatedProjectNumber,
  2. String? idToken,
  3. String? localId,
  4. String? targetProjectId,
  5. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1DeleteAccountRequest({
  this.delegatedProjectNumber,
  this.idToken,
  this.localId,
  this.targetProjectId,
  this.tenantId,
});