FileMetadataDocument.ApprovalStatus.Rejected

API: Experimental/Beta

The metadata document has been rejected by an admin of the workspace

data class Rejected(
    val rejectedBy: String,
    val type: String /* "rejected" */,
)
Properties
rejectedBy: String
type: String /* "rejected" */ The type discriminator

API: Stable