name property

String? name
getter/setter pair

The name of the metadata property.

Must be unique within a document schema and is case insensitive. Names must be non-blank, start with a letter, and can contain alphanumeric characters and: /, :, -, _, and .

Required.

Implementation

core.String? name;