Table of Contents

Class TicketsController.AddCommentRequest

Namespace
KadicErp.WebApi.Controllers.Helpdesk
Assembly
KadicErp.WebApi.dll
public sealed record TicketsController.AddCommentRequest
Inheritance
object
TicketsController.AddCommentRequest

Constructors

AddCommentRequest(string, bool, Guid?)

public AddCommentRequest(string Body, bool IsInternal = false, Guid? AttachmentMediaId = null)

Parameters

Body string
IsInternal bool
AttachmentMediaId Guid?

Properties

AttachmentMediaId

public Guid? AttachmentMediaId { get; init; }

Property Value

Guid?

Body

public string Body { get; init; }

Property Value

string

IsInternal

public bool IsInternal { get; init; }

Property Value

bool