plugCategoryIdentifier property

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

The string identifier for the plug's category. Use the socket's DestinySocketTypeDefinition.plugWhitelist to determine whether this plug can be inserted into the socket.

Implementation

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