Connector Details
Name | Type | Description | Notes |
---|---|---|---|
database | str | [optional] | |
host | str | [optional] | |
username | str | [optional] | |
http_path | str | [optional] | |
catalog | str | [optional] | |
str | Email of the customer | [optional] | |
project | str | [optional] | |
dataset | str | [optional] | |
account_name | str | [optional] | |
container | str | [optional] | |
account | str | [optional] | |
warehouse | str | [optional] | |
role | str | [optional] | |
shop_name | str | [optional] | |
shop_url | str | [optional] | |
user_name | str | [optional] | |
domain | str | [optional] | |
instance_url | str | [optional] |
from openapi_client.models.cloud_ds_batch_source_connector_details import CloudDsBatchSourceConnectorDetails
# TODO update the JSON string below
json = "{}"
# create an instance of CloudDsBatchSourceConnectorDetails from a JSON string
cloud_ds_batch_source_connector_details_instance = CloudDsBatchSourceConnectorDetails.from_json(json)
# print the JSON string representation of the object
print(CloudDsBatchSourceConnectorDetails.to_json())
# convert the object into a dict
cloud_ds_batch_source_connector_details_dict = cloud_ds_batch_source_connector_details_instance.to_dict()
# create an instance of CloudDsBatchSourceConnectorDetails from a dict
cloud_ds_batch_source_connector_details_from_dict = CloudDsBatchSourceConnectorDetails.from_dict(cloud_ds_batch_source_connector_details_dict)