PackageVersion

interface PackageVersion

A simplified representation of a package version

Properties

Link copied to clipboard
abstract val packageId: String?

The storage ID of this package version

Link copied to clipboard

Returns the field-presence view for this PackageVersion instance.

Link copied to clipboard
abstract val version: <Error class: unknown class>?

The version number

Functions

Link copied to clipboard
fun PackageVersion.copy(body: <Error class: unknown class>.() -> Unit = {}): PackageVersion

Copies the original message, including unknown fields.