displayName property

String? displayName
getter/setter pair

The name of the model to create.

The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores(_) and ASCII digits 0-9. It must start with a letter.

Required.

Implementation

core.String? displayName;