Class JobParameter
Model for job parameters.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class JobParameter
Properties
Name
The name of the input parameter.
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Values for the Attribute
Declaration
[JsonPropertyName("values")]
public List<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |