MetadataSourceResponse

data class MetadataSourceResponse(val kind: String, val name: String? = null, val sourceId: String? = null)

The original source of the content item, where it comes from.

Constructors

Link copied to clipboard
constructor(kind: String, name: String? = null, sourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Source type of the content

Link copied to clipboard
val name: String? = null

Name of the content source. The repo name, solution name, LA workspace name etc.

Link copied to clipboard
val sourceId: String? = null

ID of the content source. The solution ID, workspace ID, etc