Class OccurrencesResult
Result of an occurrences query
Inherited Members
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class OccurrencesResult
Properties
Occurrences
A list of Occurrences
Declaration
[JsonPropertyName("occurrences")]
public IList<Occurrences> Occurrences { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Occurrences> |
Refs
The list of referred objects
Declaration
[JsonPropertyName("refs")]
public IList<ScopedObject> Refs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ScopedObject> |