GeneratedGeneratedEDITOREditor can edit the project.
from enum value: PROJECT_ROLE_TYPE_EDITOR = 3;
GeneratedEDITOR_Will not be synced as a contributor to a track.
from enum value: PROJECT_ROLE_TYPE_EDITOR_UNPUBLISHED = 4;
GeneratedOWNEROwner can edit the project and has full control over it.
from enum value: PROJECT_ROLE_TYPE_OWNER = 1;
GeneratedOWNER_Will not be synced as a contributor to a track.
from enum value: PROJECT_ROLE_TYPE_OWNER_UNPUBLISHED = 2;
GeneratedUNSPECIFIEDUnspecified role.
from enum value: PROJECT_ROLE_TYPE_UNSPECIFIED = 0;
GeneratedVIEWERViewer can view the project.
Will not be synced as a contributor to a track.
from enum value: PROJECT_ROLE_TYPE_VIEWER = 5;
ProjectRoleType defines the role of a collaborator.
from enum audiotool.project.v1.ProjectRoleType