Skip to content

Commit 25e3611

Browse files
fix(specs): remove from ingestion specs [skip-bc] (generated)
algolia/api-clients-automation#3981 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent b7e2110 commit 25e3611

File tree

1 file changed

+0
-4
lines changed
  • client/src/commonMain/kotlin/com/algolia/client/model/ingestion

1 file changed

+0
-4
lines changed

client/src/commonMain/kotlin/com/algolia/client/model/ingestion/Event.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import kotlinx.serialization.json.*
1313
* @param type
1414
* @param batchSize The extracted record batch size.
1515
* @param publishedAt Date of publish RFC 3339 format.
16-
* @param parentID The parent event, the cause of this event.
1716
* @param `data`
1817
*/
1918
@Serializable
@@ -35,8 +34,5 @@ public data class Event(
3534
/** Date of publish RFC 3339 format. */
3635
@SerialName(value = "publishedAt") val publishedAt: String,
3736

38-
/** The parent event, the cause of this event. */
39-
@SerialName(value = "parentID") val parentID: String? = null,
40-
4137
@SerialName(value = "data") val `data`: JsonObject? = null,
4238
)

0 commit comments

Comments
 (0)