templateId property

String? templateId
getter/setter pair

The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+.

The maximum length is 100 characters. Can be empty to allow the system to generate one.

Implementation

core.String? templateId;