Class UpdateObjectsRequest
A list of objects to be updated
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class UpdateObjectsRequest
Properties
Comment
The transaction comment. May be null.
Declaration
[JsonPropertyName("comment")]
public string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Objects
The list of objects
Declaration
[JsonPropertyName("objects")]
public List<CmsObject> Objects { get; set; }
Property Value
| Type | Description |
|---|---|
| List<CmsObject> |