Skip to content

Commit

Permalink
fix(specs): remove from ingestion specs [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3981

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Oct 17, 2024
1 parent b7e2110 commit 25e3611
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import kotlinx.serialization.json.*
* @param type
* @param batchSize The extracted record batch size.
* @param publishedAt Date of publish RFC 3339 format.
* @param parentID The parent event, the cause of this event.
* @param `data`
*/
@Serializable
Expand All @@ -35,8 +34,5 @@ public data class Event(
/** Date of publish RFC 3339 format. */
@SerialName(value = "publishedAt") val publishedAt: String,

/** The parent event, the cause of this event. */
@SerialName(value = "parentID") val parentID: String? = null,

@SerialName(value = "data") val `data`: JsonObject? = null,
)

0 comments on commit 25e3611

Please sign in to comment.