We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2b43f commit 84c51b0Copy full SHA for 84c51b0
client/src/commonMain/kotlin/com/algolia/client/model/ingestion/SourceDocker.kt
@@ -7,13 +7,13 @@ import kotlinx.serialization.json.*
7
/**
8
* SourceDocker
9
*
10
- * @param image Shortname of the image, as returned by the referential.
+ * @param image Name of the connector.
11
* @param configuration Configuration of the spec.
12
*/
13
@Serializable
14
public data class SourceDocker(
15
16
- /** Shortname of the image, as returned by the referential. */
+ /** Name of the connector. */
17
@SerialName(value = "image") val image: String,
18
19
/** Configuration of the spec. */
0 commit comments