toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.synapse.kotlin.outputs
/
EntityReferenceResponse
Entity
Reference
Response
data
class
EntityReferenceResponse
(
val
referenceName
:
String
?
=
null
,
val
type
:
String
?
=
null
)
The entity reference.
Members
Constructors
Entity
Reference
Response
Link copied to clipboard
constructor
(
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.