GetContentTypeResult

data class GetContentTypeResult(val description: String? = null, val id: String, val name: String, val schema: Any? = null, val type: String, val version: String? = null)

Content type contract details.

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String, name: String, schema: Any? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Content type description.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard
val schema: Any? = null

Content type schema.

Link copied to clipboard

Resource type for API Management resource.

Link copied to clipboard
val version: String? = null

Content type version.