MetadataSource

data class MetadataSource(val id: String? = null, val kind: String, val name: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The id of the content source, the solution ID, Log Analytics Workspace name etc.

Link copied to clipboard

The kind of the content source. Possible values are Community, LocalWorkspace, Solution and SourceRepository.

Link copied to clipboard
val name: String? = null

The name of the content source, repo name, solution name, Log Analytics Workspace name, etc.