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