ContentPathMapResponse

data class ContentPathMapResponse(val contentType: String? = null, val path: String? = null)

The mapping of content type to a repo path.

Constructors

Link copied to clipboard
constructor(contentType: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val contentType: String? = null

Content type.

Link copied to clipboard
val path: String? = null

The path to the content.