Class CreateCommentRequest
Adds a comment to the specified item.
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class CreateCommentRequest
Properties
Comment
The comment.
Declaration
[Required]
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
string |