username property

String? username
getter/setter pair

The username that will be used for authentication with the SMTP service.

This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.

Implementation

core.String? username;