GetAttachedVersionsResult

data class GetAttachedVersionsResult(val id: String, val location: String, val project: String, val validVersions: List<String>)

A collection of values returned by getAttachedVersions.

Constructors

Link copied to clipboard
constructor(id: String, location: String, project: String, validVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

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

A list of versions available for use with this project and location.