Annotation Store Tsv Store Options
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)