alternateUiPlugLabel property

  1. @JsonKey(name: 'alternateUiPlugLabel')
String? alternateUiPlugLabel
getter/setter pair

If the plug meets certain state requirements, it may have an alternative label applied to it. This is the alternative label that will be applied in such a situation.

Implementation

@JsonKey(name:'alternateUiPlugLabel')
String? alternateUiPlugLabel;