dk.sdu.cloud.project.api.v2.ProjectNotification

UCloud Developer Guide / Accounting and Project Management / Project notifications

ProjectNotification

A notification which indicates that a Project has changed

data class ProjectNotification(
    val id: String,
    val project: Project,
)

The notification contains the current state of the Project. The project may have changed since the notification was originally created. If multiple updates occur to a Project before a provider invokes markAsRead then only a single notification will be created by UCloud.

Properties

Last updated