# Functions
New returns a new handler for the service.
# Structs
CreateProjectRequest is the structure representing the request body for creating a project.
MandatoryLabels represent the project's mandatory labels.
Parent represents a project's parent details.
ProjectMember is the structure representing a member of a project role can be one of "project.owner" "project.member" "project.admin" "project.auditor" the subject is the email address.
ProjectResponse is the structure representing the server response for a project.
ProjectsResponse is the List (get all) projects response from the API.
UpdateProjectRequest is the update request structure.
# Type aliases
ProjectsService is the service that handles CRUD functionality for STACKIT projects.