AnnotationStoreTsvStoreOptionsArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): AnnotationStoreTsvStoreOptionsArgs

Properties

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