DefinitionPlan

data class DefinitionPlan(val name: String, val product: String, val publisher: String, val version: String)

Constructors

Link copied to clipboard
constructor(name: String, product: String, publisher: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The plan name of the marketplace offer.

Link copied to clipboard

The product code of the plan.

Link copied to clipboard

The publisher ID of the plan.

Link copied to clipboard

The version of the plan.