Ejemplo n.º 1
0
 /// <inheritdoc />
 public TaskParameters GetParameters()
 {
     return(new()
     {
         TaskParameter.Create <string>("slug", "A library slug to restrict the scan to this library.")
     });
 }