admin property

String? admin
getter/setter pair

The name of the admin.

When making the initial invitation, this is the invitee's email address. On GET calls, the user's email address is returned if the invitation is still pending. Otherwise, it contains the user's first and last names. This field is only needed to be set during admin creation.

Optional.

Implementation

core.String? admin;