Annotation Store Tsv Store Options Args
data class AnnotationStoreTsvStoreOptionsArgs(val annotationType: Output<AnnotationStoreAnnotationType>? = null, val formatToHeader: Output<Map<String, String>>? = null, val schema: Output<List<Map<String, AnnotationStoreSchemaValueType>>>? = null) : ConvertibleToJava<AnnotationStoreTsvStoreOptionsArgs>
Constructors
Link copied to clipboard
constructor(annotationType: Output<AnnotationStoreAnnotationType>? = null, formatToHeader: Output<Map<String, String>>? = null, schema: Output<List<Map<String, AnnotationStoreSchemaValueType>>>? = null)