DeliveryChannelStatus constructor
DeliveryChannelStatus({
- ConfigExportDeliveryInfo? configHistoryDeliveryInfo,
- ConfigExportDeliveryInfo? configSnapshotDeliveryInfo,
- ConfigStreamDeliveryInfo? configStreamDeliveryInfo,
- String? name,
Implementation
DeliveryChannelStatus({
this.configHistoryDeliveryInfo,
this.configSnapshotDeliveryInfo,
this.configStreamDeliveryInfo,
this.name,
});