EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity constructor

EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity({
  1. String? emailAddress,
  2. String? gaiaId,
})

Implementation

EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity({
  this.emailAddress,
  this.gaiaId,
});