Class DeleteObjectsResponse
Response to a delete objects request
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class DeleteObjectsResponse
Properties
DeletedObjects
The number of objects that have been deleted
Declaration
[JsonPropertyName("deletedObjects")]
public int DeletedObjects { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Transaction
The transaction, if any
Declaration
[JsonPropertyName("transaction")]
public CmsTransaction Transaction { get; set; }
Property Value
| Type | Description |
|---|---|
| CmsTransaction |