Get Plan Result
data class GetPlanResult(val id: String, val location: String, val name: String, val provisioningState: String, val sku: SkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Represents a devcenter plan resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, provisioningState: String, sku: SkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)