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