name property

String? name
getter/setter pair

The name of the label.

This field is required and should not be empty when creating a new label. The length of this string should be between 1 and 80, inclusive.

Implementation

core.String? name;