GetEnvironmentBlueprintResult

data class GetEnvironmentBlueprintResult(val blueprintProvider: String, val description: String, val domainId: String, val id: String, val managed: Boolean, val name: String)

A collection of values returned by getEnvironmentBlueprint.

Constructors

Link copied to clipboard
constructor(blueprintProvider: String, description: String, domainId: String, id: String, managed: Boolean, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provider of the blueprint

Link copied to clipboard

Description of the blueprint

Link copied to clipboard
Link copied to clipboard
val id: String

ID of the environment blueprint

Link copied to clipboard
Link copied to clipboard