ApplicationPackageReferenceResponse

data class ApplicationPackageReferenceResponse(val id: String, val version: String? = null)

Constructors

Link copied to clipboard
constructor(id: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val version: String? = null

If this is omitted, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences. If you are calling the REST API directly, the HTTP status code is 409.