ActivatedResourceReference Class
Reference to another resource along with its state.
Constructor
ActivatedResourceReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
is_active
|
Whether the resource is active or inactive. |
Attributes
id
Resource ID.
id: str | None
is_active
Whether the resource is active or inactive.
is_active: bool | None