pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datafactory.kotlin.outputs
/
EntityReferenceResponse
Entity
Reference
Response
data
class
EntityReferenceResponse
(
val
referenceName
:
String
?
=
null
,
val
type
:
String
?
=
null
)
The entity reference.
Types
Constructors
Properties
Constructors
Entity
Reference
Response
Link copied to clipboard
fun
EntityReferenceResponse
(
referenceName
:
String
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
reference
Name
Link copied to clipboard
val
referenceName
:
String
?
=
null
The name of this referenced entity.
type
Link copied to clipboard
val
type
:
String
?
=
null
The type of this referenced entity.