Table of Contents

Class ChannelUpdateBulkGatewayData

Namespace
Fluxer.Net.Gateway
Assembly
Fluxer.Net.dll

Gateway data for CHANNEL_UPDATE_BULK event when multiple channels are updated.

public class ChannelUpdateBulkGatewayData
Inheritance
object
ChannelUpdateBulkGatewayData

Properties

Channels

[JsonProperty("channels")]
public List<ChannelJson> Channels { get; set; }

Property Value

List<ChannelJson>