aspects property

List<Aspect>? aspects
getter/setter pair

Configuration aspects.

This is a repeated field to allow multiple aspects to be configured. The kind field in each ConfigAspect specifies the type of aspect. The spec field contains the configuration for that aspect. The schema for the spec field is defined by the backend service owners.

Implementation

core.List<Aspect>? aspects;