Table of Contents

Class UpdateChannelTypeRequest

Namespace
KadicErp.WebApi.Controllers.Notifications
Assembly
KadicErp.WebApi.dll
public record UpdateChannelTypeRequest
Inheritance
object
UpdateChannelTypeRequest

Constructors

UpdateChannelTypeRequest(string, string)

public UpdateChannelTypeRequest(string Name, string Category)

Parameters

Name string
Category string

Properties

Category

public string Category { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string