Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 898 Bytes

DestinationSearch.md

File metadata and controls

16 lines (11 loc) · 898 Bytes

DestinationSearch

Properties

Name Type Description Notes
destination_definition_id Option<uuid::Uuid> [optional]
destination_id Option<uuid::Uuid> [optional]
workspace_id Option<uuid::Uuid> [optional]
connection_configuration Option<serde_json::Value> The values required to configure the destination. The schema for this must match the schema return by destination_definition_specifications/get for the destinationDefinition. [optional]
name Option<String> [optional]
destination_name Option<String> [optional]

[Back to Model list] [Back to API list] [Back to README]