invitations property

List<Invitation>? invitations
getter/setter pair

A collection of invitations that are pending for the account.

The number of invitations listed here cannot exceed 1000.

Implementation

core.List<Invitation>? invitations;