
commonMain.com.algolia.client.model.querysuggestions.AppID.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.querysuggestions
import kotlinx.serialization.*
import kotlinx.serialization.json.*
/**
* AppID
*
* @param appID Algolia application ID to which this Query Suggestions configuration belongs.
*/
@Serializable
public data class AppID(
/** Algolia application ID to which this Query Suggestions configuration belongs. */
@SerialName(value = "appID") val appID: String? = null,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy