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