GetExtensionResult

data class GetExtensionResult(val id: String, val location: String? = null, val name: String, val plan: ExtensionResourcePlanResponse? = null, val properties: Map<String, String>, val tags: Map<String, String>? = null, val type: String)

The response to an extension resource GET request.

Constructors

Link copied to clipboard
constructor(id: String, location: String? = null, name: String, plan: ExtensionResourcePlanResponse? = null, properties: Map<String, String>, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Unique identifier of the resource.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The extension plan that was purchased.

Link copied to clipboard

Resource properties.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.