Table of Contents

Class UpdateChannelRequest

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

Constructors

UpdateChannelRequest(string, string)

public UpdateChannelRequest(string Name, string ConfigJson)

Parameters

Name string
ConfigJson string

Properties

ConfigJson

public string ConfigJson { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string