GoogleChromeManagementVersionsV1EnableInsightsRequest.fromJson constructor
GoogleChromeManagementVersionsV1EnableInsightsRequest.fromJson(
- Map json_
Implementation
GoogleChromeManagementVersionsV1EnableInsightsRequest.fromJson(core.Map json_)
: this(
targetOus: (json_['targetOus'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);