interactionDescription property

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

If you can interact with this node in some way, this is the localized description of that interaction.

Implementation

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