GetContentItemResult

data class GetContentItemResult(val id: String, val name: String, val properties: Any, val type: String)

Content type contract details.

Constructors

Link copied to clipboard
constructor(id: String, name: String, properties: Any, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Properties of the content item.

Link copied to clipboard

Resource type for API Management resource.