Index Property Mapping Args
data class IndexPropertyMappingArgs(val dimension: Output<Int>? = null, val index: Output<Boolean>? = null, val method: Output<IndexPropertyMappingMethodPropertiesArgs>? = null, val properties: Output<Map<String, IndexPropertyMappingArgs>>? = null, val type: Output<IndexPropertyMappingType>, val value: Output<String>? = null) : ConvertibleToJava<IndexPropertyMappingArgs>
Constructors
Link copied to clipboard
constructor(dimension: Output<Int>? = null, index: Output<Boolean>? = null, method: Output<IndexPropertyMappingMethodPropertiesArgs>? = null, properties: Output<Map<String, IndexPropertyMappingArgs>>? = null, type: Output<IndexPropertyMappingType>, value: Output<String>? = null)