newConfig property

Map<String, Object?>? newConfig
getter/setter pair

Service configuration for which we want to generate the report.

For this version of API, the supported types are google.api.servicemanagement.v1.ConfigRef, google.api.servicemanagement.v1.ConfigSource, and google.api.Service

Required.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? newConfig;