shortStrValue property

String? shortStrValue
getter/setter pair

A possible additional shorter value to display.

For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.

Implementation

core.String? shortStrValue;