ApplicationPackageReferenceArgs

data class ApplicationPackageReferenceArgs(val id: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<ApplicationPackageReferenceArgs>

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val version: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationPackageReferenceArgs