CapacityReservationTagSpecification

data class CapacityReservationTagSpecification(val resourceType: String? = null, val tags: List<CapacityReservationTag>? = null)

Constructors

Link copied to clipboard
constructor(resourceType: String? = null, tags: List<CapacityReservationTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceType: String? = null

The type of resource to tag. Specify capacity-reservation .

Link copied to clipboard

The tags to apply to the resource.