AnnotationStoreTsvStoreOptions

data class AnnotationStoreTsvStoreOptions(val annotationType: AnnotationStoreAnnotationType? = null, val formatToHeader: Map<String, String>? = null, val schema: List<Map<String, AnnotationStoreSchemaValueType>>? = null)

Constructors

Link copied to clipboard
constructor(annotationType: AnnotationStoreAnnotationType? = null, formatToHeader: Map<String, String>? = null, schema: List<Map<String, AnnotationStoreSchemaValueType>>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard