DepotRequest

constructor(    type: String? = null,     external: Boolean? = null,     owners: Array<String>? = null,     description: String? = null,     meta: Map<String, Any>? = null,     source: 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)