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