Zernio::ListBroadcastRecipients200ResponseRecipientsInner Properties Name Type Description Notes id String [optional] contact_id String [optional] channel_id String [optional] platform_identifier String [optional] contact_name String [optional] status String [optional] message_id String [optional] error String [optional] sent_at Time [optional] delivered_at Time [optional] read_at Time [optional] Example require 'zernio-sdk' instance = Zernio::ListBroadcastRecipients200ResponseRecipientsInner.new( id: null, contact_id: null, channel_id: null, platform_identifier: null, contact_name: null, status: null, message_id: null, error: null, sent_at: null, delivered_at: null, read_at: null )