list_data_automation_library_entities¶
Operation¶
list_data_automation_library_entities
async
¶
list_data_automation_library_entities(input: ListDataAutomationLibraryEntitiesInput, plugins: list[Plugin] | None = None) -> ListDataAutomationLibraryEntitiesOutput
Lists all stored entities in the library
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListDataAutomationLibraryEntitiesInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListDataAutomationLibraryEntitiesOutput
|
An instance of |
Input¶
ListDataAutomationLibraryEntitiesInput
dataclass
¶
List DataAutomationLibraryEntities Request
Attributes¶
entity_type
class-attribute
instance-attribute
¶
entity_type: EntityType | None = None
The entity type for which the entity list is requested
Output¶
ListDataAutomationLibraryEntitiesOutput
dataclass
¶
List DataAutomationLibraryEntities Response