title property

String? title
getter/setter pair

The user-facing name of the catalog item.

title must be a non-empty string with a max length of 255 characters.

Required.

Implementation

core.String? title;