GetMetadataResult

data class GetMetadataResult(val enterprise: Boolean, val id: String, val kas: GetMetadataKas, val revision: String, val version: String)

A collection of values returned by getMetadata.

Constructors

Link copied to clipboard
constructor(enterprise: Boolean, id: String, kas: GetMetadataKas, revision: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the GitLab instance is an enterprise instance or not.

Link copied to clipboard
val id: String

The id of the data source. It will always be 1

Link copied to clipboard

Metadata about the GitLab agent server for Kubernetes (KAS).

Link copied to clipboard

Revision of the GitLab instance.

Link copied to clipboard

Version of the GitLab instance.