EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity.fromJson constructor

EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity.fromJson(
  1. Map json_
)

Implementation

EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity.fromJson(
  core.Map json_,
) : this(
      emailAddress: json_['emailAddress'] as core.String?,
      gaiaId: json_['gaiaId'] as core.String?,
    );