Class UpdateChannelTypeRequest
- Namespace
- KadicErp.WebApi.Controllers.Notifications
- Assembly
- KadicErp.WebApi.dll
public record UpdateChannelTypeRequest
- Inheritance
-
objectUpdateChannelTypeRequest
Constructors
UpdateChannelTypeRequest(string, string)
public UpdateChannelTypeRequest(string Name, string Category)
Parameters
NamestringCategorystring
Properties
Category
public string Category { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string