EnterpriseCrmEventbusProtoLogSettings.fromJson constructor

EnterpriseCrmEventbusProtoLogSettings.fromJson(
  1. Map json_
)

Implementation

EnterpriseCrmEventbusProtoLogSettings.fromJson(core.Map json_)
    : this(
        logFieldName: json_['logFieldName'] as core.String?,
        seedPeriod: json_['seedPeriod'] as core.String?,
        seedScope: json_['seedScope'] as core.String?,
      );