Class CreateCommentRequest
Model to create a comment.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CreateCommentRequest
Properties
Body
The comment's body.
Declaration
[JsonPropertyName("body")]
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
BranchId
The id of the branch.
Declaration
[JsonPropertyName("branchId")]
public int BranchId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ObjectRef
The object the comment is attached to.
Declaration
[JsonPropertyName("objectRef")]
public int ObjectRef { get; set; }
Property Value
| Type | Description |
|---|---|
| int |