
commonMain.com.algolia.client.model.search.BuiltInOperation.kt Maven / Gradle / Ivy
/** Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. */
package com.algolia.client.model.search
import kotlinx.serialization.*
import kotlinx.serialization.json.*
/**
* Update to perform on the attribute.
*
* @param operation
* @param `value` Value that corresponds to the operation, for example an `Increment` or `Decrement` step, or an `Add` or `Remove` value.
*/
@Serializable
public data class BuiltInOperation(
@SerialName(value = "_operation") val operation: BuiltInOperationType,
/** Value that corresponds to the operation, for example an `Increment` or `Decrement` step, or an `Add` or `Remove` value. */
@SerialName(value = "value") val `value`: String,
) : AttributeToUpdate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy