GoogleChromeManagementVersionsV1GoogleSecOpsConfig.fromJson constructor

GoogleChromeManagementVersionsV1GoogleSecOpsConfig.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementVersionsV1GoogleSecOpsConfig.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,
    );