groupBy property

String? groupBy
getter/setter pair

Expression that defines what assets fields to use for grouping (including state_change).

The string value should follow SQL syntax: comma separated list of fields. For example: "parent,resource_name". The following fields are supported: * resource_name * category * state * parent * severity The following fields are supported when compare_duration is set: * state_change

Required.

Implementation

core.String? groupBy;