File tree 1 file changed +3
-3
lines changed
algoliasearch/Models/Ingestion
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public SourceDocker() { }
24
24
/// <summary>
25
25
/// Initializes a new instance of the SourceDocker class.
26
26
/// </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>
28
28
/// <param name="configuration">Configuration of the spec. (required).</param>
29
29
public SourceDocker ( string image , object configuration )
30
30
{
@@ -33,9 +33,9 @@ public SourceDocker(string image, object configuration)
33
33
}
34
34
35
35
/// <summary>
36
- /// Shortname of the image, as returned by the referential .
36
+ /// Name of the connector .
37
37
/// </summary>
38
- /// <value>Shortname of the image, as returned by the referential .</value>
38
+ /// <value>Name of the connector .</value>
39
39
[ JsonPropertyName ( "image" ) ]
40
40
public string Image { get ; set ; }
41
41
You can’t perform that action at this time.
0 commit comments