solutionTypes property

List<String>? solutionTypes
getter/setter pair

Specifies the solution types that a serving config can be associated with.

Currently we support setting only one type of solution.

Required. Immutable.

Implementation

core.List<core.String>? solutionTypes;