GetPublishedVersionResult

data class GetPublishedVersionResult(val blueprintName: String, val description: String, val displayName: String, val id: String, val lastModified: String, val scopeId: String, val targetScope: String, val timeCreated: String, val type: String, val version: String)

A collection of values returned by getPublishedVersion.

Constructors

Link copied to clipboard
constructor(blueprintName: String, description: String, displayName: String, id: String, lastModified: String, scopeId: String, targetScope: String, timeCreated: String, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The description of the Blueprint Published Version

Link copied to clipboard

The display name of the Blueprint Published Version

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The target scope

Link copied to clipboard
Link copied to clipboard

The type of the Blueprint

Link copied to clipboard