PackageSummary

A summary of information about a software package.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

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

The date that the package was created.

Link copied to clipboard

The name of the default package version.

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

The date that the package was last updated.

Link copied to clipboard

The name for the target software package.

Functions

Link copied to clipboard
inline fun copy(block: PackageSummary.Builder.() -> Unit = {}): PackageSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String