dimensionDefinitions property

List<MatrixDimensionDefinition>? dimensionDefinitions
getter/setter pair

The dimensions along which different steps in this execution may vary.

This must remain fixed over the life of the execution. Returns INVALID_ARGUMENT if this field is set in an update request. Returns INVALID_ARGUMENT if the same name occurs in more than one dimension_definition. Returns INVALID_ARGUMENT if the size of the list is over 100. - In response: present if set by create - In create request: optional - In update request: never set

Implementation

core.List<MatrixDimensionDefinition>? dimensionDefinitions;