dimensions property

List<GoogleCloudDataplexV1DataQualityDimensionResult>? dimensions
getter/setter pair

A list of results at the dimension level.A dimension will have a corresponding DataQualityDimensionResult if and only if there is at least one rule with the 'dimension' field set to it.

Implementation

core.List<GoogleCloudDataplexV1DataQualityDimensionResult>? dimensions;