Class DeleteObjectsRequest
A list of objects to be deleted
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class DeleteObjectsRequest
Properties
Comment
The transaction comment. May be null.
Declaration
[JsonPropertyName("comment")]
public string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ObjectIds
The list of object IDs, Guids or API identifiers to be deleted.
Declaration
[JsonPropertyName("objectIds")]
public List<string> ObjectIds { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |