FileMetadataDocument.ApprovalStatus.Pending

API: Experimental/Beta

The metadata document has not yet been approved

data class Pending(
    val type: String /* "pending" */,
)
Properties
type: String /* "pending" */ The type discriminator

API: Stable