name property

  1. @ImcField('Asset Name', 'name', ImcType.typePlaintext)
String name

The human readable name of the asset.

Implementation

@ImcField('Asset Name', 'name', ImcType.typePlaintext)
String get name;