Class BatchRequestItem
Request parameters for an item of a batch of Razor previews
Inherited Members
Namespace: Noxum.Nova.Razor.Client
Assembly: Noxum.Nova.Razor.Client.dll
Syntax
public class BatchRequestItem
Properties
Key
The key to identity the item
Declaration
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Objects
A comma separated list of object IDs to render
Declaration
[JsonPropertyName("objects")]
public IList<int> Objects { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<int> |
TemplateId
The Template ID
Declaration
[JsonPropertyName("templateId")]
public int TemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |