ArchivePackageSourcePropertiesResponse

data class ArchivePackageSourcePropertiesResponse(val type: String? = null, val url: String? = null)

The properties of the archive package source.

Constructors

Link copied to clipboard
constructor(type: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The type of package source for a archive.

Link copied to clipboard
val url: String? = null

The external repository url.