ExtensionResourcePlanResponse

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

Plan data for an extension resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the plan.

Link copied to clipboard
val product: String? = null

Product name.

Link copied to clipboard
val promotionCode: String? = null

Optional: the promotion code associated with the plan.

Link copied to clipboard
val publisher: String? = null

Name of the extension publisher.

Link copied to clipboard
val version: String? = null

A string that uniquely identifies the plan version.