IngestEventsStatus.fromJson constructor
IngestEventsStatus.fromJson(
- Map json_
Implementation
IngestEventsStatus.fromJson(core.Map json_)
: this(recordCount: json_['recordCount'] as core.String?);
IngestEventsStatus.fromJson(core.Map json_)
: this(recordCount: json_['recordCount'] as core.String?);