CouchDBClientUpdateDBResponseStructureUpdateDBResponseA response model for database creation and deletion requests in CouchDB. This structure conforms to Codable and Sendable for serialization and thread safety.struct UpdateDBResponseTopicsInitializersinit(from: any Decoder) throwsInstance Propertieslet ok: BoolIndicates whether the database creation or deletion operation was successful. This property is true if the operation succeeded; otherwise, false.