Annotation Store Tsv Store Options
data class AnnotationStoreTsvStoreOptions(val annotationType: AnnotationStoreAnnotationType? = null, val formatToHeader: AnnotationStoreFormatToHeader? = null, val schema: List<AnnotationStoreSchemaItem>? = null)
Constructors
Link copied to clipboard
fun AnnotationStoreTsvStoreOptions(annotationType: AnnotationStoreAnnotationType? = null, formatToHeader: AnnotationStoreFormatToHeader? = null, schema: List<AnnotationStoreSchemaItem>? = null)