matterPermissions property
Lists the users and their permission for the matter.
Currently there is no programmer defined limit on the number of permissions a matter can have.
Implementation
core.List<MatterPermission>? matterPermissions;
Lists the users and their permission for the matter.
Currently there is no programmer defined limit on the number of permissions a matter can have.
core.List<MatterPermission>? matterPermissions;