Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.45 KB

File metadata and controls

50 lines (44 loc) · 1.45 KB

Late::ListBroadcasts200ResponseBroadcastsInner

Properties

Name Type Description Notes
id String [optional]
name String [optional]
description String [optional]
platform String [optional]
account_id String [optional]
account_name String Display name of the sending account [optional]
status String [optional]
message_preview String Template name or message text snippet [optional]
scheduled_at Time [optional]
started_at Time [optional]
completed_at Time [optional]
recipient_count Integer [optional]
sent_count Integer [optional]
delivered_count Integer [optional]
read_count Integer [optional]
failed_count Integer [optional]
created_at Time [optional]

Example

require 'late-sdk'

instance = Late::ListBroadcasts200ResponseBroadcastsInner.new(
  id: null,
  name: null,
  description: null,
  platform: null,
  account_id: null,
  account_name: null,
  status: null,
  message_preview: null,
  scheduled_at: null,
  started_at: null,
  completed_at: null,
  recipient_count: null,
  sent_count: null,
  delivered_count: null,
  read_count: null,
  failed_count: null,
  created_at: null
)