partitionKeys property

List<ResponsePartitionKey>? partitionKeys
final

If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.

Implementation

final List<ResponsePartitionKey>? partitionKeys;