GoogleCloudApihubV1SummaryEntry.fromJson constructor

GoogleCloudApihubV1SummaryEntry.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApihubV1SummaryEntry.fromJson(core.Map json_)
  : this(
      count: json_['count'] as core.int?,
      severity: json_['severity'] as core.String?,
    );