DepotResponse

constructor(name: String? = null, type: String? = null, external: Boolean? = null, description: String? = null, owners: Array<String>? = null, meta: Map<String, Any>? = null, source: String? = null, isArchived: Boolean? = null, archivalMessage: String? = null, createdAt: String? = null, updatedAt: String? = null, abfss: AbfssDepot? = null, bigquery: BigQueryDepot? = null, elasticsearch: ElasticSearchDepot? = null, eventhub: EventhubDepot? = null, file: FileDepot? = null, gcs: GCSDepot? = null, http: HttpDepot? = null, jdbc: JdbcDepot? = null, kafka: KafkaDepot? = null, mongodb: MongoDBDepot? = null, mysql: MysqlDepot? = null, opensearch: OpenSearchDepot? = null, oracle: OracleDepot? = null, postgresql: PostgresDepot? = null, presto: PrestoDepot? = null, pulsar: PulsarDepot? = null, redis: RedisDepot? = null, redshift: RedshiftDepot? = null, s3: S3Depot? = null, snowflake: SnowflakeDepot? = null, wasbs: WasbsDepot? = null)