Database Identifier
data class DatabaseIdentifier(val catalogId: String? = null, val databaseName: String? = null, val region: String? = null)
A structure that describes a target database for resource linking.
A structure that describes a target database for resource linking.