Skip to content

Commit 84c51b0

Browse files
algolia-botmillotp
andcommitted
fix(specs): event.status can be null (generated)
algolia/api-clients-automation#4727 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 7e2b43f commit 84c51b0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import kotlinx.serialization.json.*
77
/**
88
* SourceDocker
99
*
10-
* @param image Shortname of the image, as returned by the referential.
10+
* @param image Name of the connector.
1111
* @param configuration Configuration of the spec.
1212
*/
1313
@Serializable
1414
public data class SourceDocker(
1515

16-
/** Shortname of the image, as returned by the referential. */
16+
/** Name of the connector. */
1717
@SerialName(value = "image") val image: String,
1818

1919
/** Configuration of the spec. */

0 commit comments

Comments
 (0)