EntityReference Class
The entity reference.
Constructor
EntityReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
The type of this referenced entity. Known values are: "IntegrationRuntimeReference" and "LinkedServiceReference". |
|
reference_name
|
The name of this referenced entity. |
Attributes
reference_name
The name of this referenced entity.
reference_name: str | None
type
"IntegrationRuntimeReference" and "LinkedServiceReference".
type: str | _models.IntegrationRuntimeEntityReferenceType | None