Skip to content

Commit 0811192

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 9267534 commit 0811192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

algoliasearch/Models/Ingestion/SourceDocker.cs

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)