Class CreateObjectsResponse
Response to a CreateObjectsRequest
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CreateObjectsResponse
Properties
CreatedObjectIds
The IDs of objects that have been created
Declaration
[JsonPropertyName("createdObjectIds")]
public List<int> CreatedObjectIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<int> |
Transaction
The transaction, if any
Declaration
[JsonPropertyName("transaction")]
public CmsTransaction Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| CmsTransaction |