DescribeDeliveryChannelStatusResponse constructor

DescribeDeliveryChannelStatusResponse({
  1. List<DeliveryChannelStatus>? deliveryChannelsStatus,
})

Implementation

DescribeDeliveryChannelStatusResponse({
  this.deliveryChannelsStatus,
});