CollaborationChangeRequest
Represents a request to modify a collaboration. Change requests enable structured modifications to collaborations after they have been created.
Types
Properties
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
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
inline fun copy(block: CollaborationChangeRequest.Builder.() -> Unit = {}): CollaborationChangeRequest