displayName property

String? displayName
getter/setter pair

A name that appears in the "From:" header for mail sent using this alias.

For custom "from" addresses, when this is empty, Gmail will populate the "From:" header with the name that is used for the primary address associated with the account. If the admin has disabled the ability for users to update their name format, requests to update this field for the primary login will silently fail.

Implementation

core.String? displayName;