AssignmentStatusResponse

data class AssignmentStatusResponse(val lastModified: String, val managedResources: List<String>, val timeCreated: String)

The status of a blueprint assignment. This field is readonly.

Constructors

Link copied to clipboard
constructor(lastModified: String, managedResources: List<String>, timeCreated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last modified time of this blueprint definition.

Link copied to clipboard

List of resources that were created by the blueprint assignment.

Link copied to clipboard

Creation time of this blueprint definition.