Class UpdateChannelRequest
- Namespace
- KadicErp.WebApi.Controllers.Notifications
- Assembly
- KadicErp.WebApi.dll
public record UpdateChannelRequest
- Inheritance
-
objectUpdateChannelRequest
Constructors
UpdateChannelRequest(string, string)
public UpdateChannelRequest(string Name, string ConfigJson)
Parameters
NamestringConfigJsonstring
Properties
ConfigJson
public string ConfigJson { get; init; }
Property Value
- string
Name
public string Name { get; init; }
Property Value
- string