CollaborationChangeRequest

Represents a request to modify a collaboration. Change requests enable structured modifications to collaborations after they have been created.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of changes specified in this change request.

Link copied to clipboard

The unique identifier for the collaboration being modified.

Link copied to clipboard

The time when the change request was created.

Link copied to clipboard
val id: String

The unique identifier for the change request.

Link copied to clipboard

Whether the change request was automatically approved based on the collaboration's auto-approval settings.

Link copied to clipboard

The current status of the change request. Valid values are PENDING, APPROVED, DENIED, COMMITTED, and CANCELLED.

Link copied to clipboard

The time when the change request was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String