GetSolutionStackResult

data class GetSolutionStackResult(val id: String, val mostRecent: Boolean? = null, val name: String, val nameRegex: String)

A collection of values returned by getSolutionStack.

Constructors

Link copied to clipboard
constructor(id: String, mostRecent: Boolean? = null, name: String, nameRegex: 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
val mostRecent: Boolean? = null
Link copied to clipboard

Name of the solution stack.

Link copied to clipboard