PlanResponse

data class PlanResponse(val name: String, val product: String, val promotionCode: String? = null, val publisher: String, val version: String? = null)

Plan for the resource.

Constructors

Link copied to clipboard
constructor(name: String, product: String, promotionCode: String? = null, publisher: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A user defined name of the 3rd Party Artifact that is being procured.

Link copied to clipboard

The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.

Link copied to clipboard
val promotionCode: String? = null

A publisher provided promotion code as provisioned in Data Market for the said product/artifact.

Link copied to clipboard

The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic

Link copied to clipboard
val version: String? = null

The version of the desired product/artifact.