display property

  1. @JsonKey(name: 'display')
bool? display
getter/setter pair

If FALSE, we want to ignore this type when we're showing activity modes in BNet UI. It will still be returned in case 3rd parties want to use it for any purpose.

Implementation

@JsonKey(name:'display')
bool? display;