pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.edgeorder.kotlin.outputs
/
SpecificationResponse
Specification
Response
data
class
SpecificationResponse
(
val
name
:
String
,
val
value
:
String
)
Specification of the configurations.
Types
Constructors
Properties
Constructors
Specification
Response
Link copied to clipboard
fun
SpecificationResponse
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of the specification.
value
Link copied to clipboard
val
value
:
String
Value of the specification.