name property

String? name
getter/setter pair

The name of the property.

This name should correspond to the name of the property that was registered for object definition in the schema. The maximum allowable length for this property is 256 characters.

Implementation

core.String? name;