ModelPackageMetadataProperties

data class ModelPackageMetadataProperties(val commitId: String? = null, val generatedBy: String? = null, val projectId: String? = null, val repository: String? = null)

Metadata properties of the tracking entity, trial, or trial component.

Constructors

Link copied to clipboard
constructor(commitId: String? = null, generatedBy: String? = null, projectId: String? = null, repository: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commitId: String? = null

The commit ID.

Link copied to clipboard
val generatedBy: String? = null

The entity this entity was generated by.

Link copied to clipboard
val projectId: String? = null

The project ID metadata.

Link copied to clipboard
val repository: String? = null

The repository metadata.