oldConfig property

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

Service configuration against which the comparison will be done.

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

Optional.

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?>? oldConfig;