associatedServingConfigIds property

List<String>? associatedServingConfigIds
getter/setter pair

List of serving config ids that are associated with this control in the same Catalog.

Note the association is managed via the ServingConfig, this is an output only denormalized view.

Output only.

Implementation

core.List<core.String>? associatedServingConfigIds;