role property

String? role
getter/setter pair

The user's role for the matter. Possible string values are:

  • "ROLE_UNSPECIFIED" : No role assigned.
  • "COLLABORATOR" : A collaborator on the matter.
  • "OWNER" : The owner of the matter.

Implementation

core.String? role;