IngestEventsStatus.fromJson constructor

IngestEventsStatus.fromJson(
  1. Map json_
)

Implementation

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