UploadedNpmPackageResponse

data class UploadedNpmPackageResponse(val fileHashes: FileHashesResponse, val pushTiming: TimeSpanResponse, val uri: String)

An npm package uploaded to Artifact Registry using the NpmPackage directive.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hash types and values of the npm package.

Link copied to clipboard

Stores timing information for pushing the specified artifact.

Link copied to clipboard
val uri: String

URI of the uploaded npm package.