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