File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
algoliasearch/Models/Ingestion Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public SourceDocker() { }
2424 /// <summary>
2525 /// Initializes a new instance of the SourceDocker class.
2626 /// </summary>
27- /// <param name="image">Shortname of the image, as returned by the referential . (required).</param>
27+ /// <param name="image">Name of the connector . (required).</param>
2828 /// <param name="configuration">Configuration of the spec. (required).</param>
2929 public SourceDocker ( string image , object configuration )
3030 {
@@ -33,9 +33,9 @@ public SourceDocker(string image, object configuration)
3333 }
3434
3535 /// <summary>
36- /// Shortname of the image, as returned by the referential .
36+ /// Name of the connector .
3737 /// </summary>
38- /// <value>Shortname of the image, as returned by the referential .</value>
38+ /// <value>Name of the connector .</value>
3939 [ JsonPropertyName ( "image" ) ]
4040 public string Image { get ; set ; }
4141
You can’t perform that action at this time.
0 commit comments