pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datafactory.kotlin.outputs
/
ExpressionResponse
Expression
Response
data
class
ExpressionResponse
(
val
type
:
String
,
val
value
:
String
)
Azure Data Factory expression definition.
Types
Constructors
Properties
Constructors
Expression
Response
Link copied to clipboard
fun
ExpressionResponse
(
type
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
String
Expression type.
value
Link copied to clipboard
val
value
:
String
Expression value.