elementType property
- @JsonKey(name: 'element_type', unknownEnumValue: KnowledgePanelElementType.UNKNOWN)
final
Type of the text description.
Client may choose to display the description depending upon the type.
Implementation
@JsonKey(
name: 'element_type', unknownEnumValue: KnowledgePanelElementType.UNKNOWN)
final KnowledgePanelElementType elementType;