Class UpdateCommentRequest
Model to update a comment.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class UpdateCommentRequest
Properties
Body
The comment's body.
Declaration
[JsonPropertyName("body")]
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |