- Namespace
- KadicErp.WebApi.Controllers.Helpdesk
- Assembly
- KadicErp.WebApi.dll
public sealed record TicketsController.AddCommentRequest
- Inheritance
-
object
TicketsController.AddCommentRequest
Constructors
public AddCommentRequest(string Body, bool IsInternal = false, Guid? AttachmentMediaId = null)
Parameters
Body string
IsInternal bool
AttachmentMediaId Guid?
Properties
public Guid? AttachmentMediaId { get; init; }
Property Value
- Guid?
Body
public string Body { get; init; }
Property Value
- string
public bool IsInternal { get; init; }
Property Value
- bool