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