segmentRules property

  1. @JsonKey(name: 'r')
List<UserCondition> segmentRules
final

The list of segment rule conditions (where there is a logical AND relation between the items).

Implementation

@JsonKey(name: 'r')
final List<UserCondition> segmentRules;