GoogleChromeManagementVersionsV1PaloAltoNetworksConfig.fromJson constructor
GoogleChromeManagementVersionsV1PaloAltoNetworksConfig.fromJson(
- Map json_
Implementation
GoogleChromeManagementVersionsV1PaloAltoNetworksConfig.fromJson(
core.Map json_,
) : this(
apiKey: json_['apiKey'] as core.String?,
host: json_['host'] as core.String?,
reportingSettings: json_.containsKey('reportingSettings')
? GoogleChromeManagementVersionsV1ReportingSettings.fromJson(
json_['reportingSettings']
as core.Map<core.String, core.dynamic>,
)
: null,
);