All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.algolia.search.model.response.deletion.DeletionAPIKey.kt Maven / Gradle / Ivy

package com.algolia.search.model.response.deletion

import com.algolia.search.model.APIKey
import com.algolia.search.model.ClientDate

public data class DeletionAPIKey(
    /**
     * The date at which the [APIKey] was deleted.
     */
    val deletedAt: ClientDate,
    /**
     * Convenience [APIKey] that was deleted.
     */
    val apiKey: APIKey
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy