displayName property

String? displayName
getter/setter pair

The name to display for the actor.

If not provided, it is inferred from credentials supplied during case creation. When an email is provided, a display name must also be provided. This will be obfuscated if the user is a Google Support agent.

Implementation

core.String? displayName;