displayName property

String? displayName
getter/setter pair

The user-assigned display name of the Workload.

When present it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, and spaces. Example: My Workload

Required.

Implementation

core.String? displayName;