configId property
The config 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? configId;