Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 415 Bytes

File metadata and controls

20 lines (14 loc) · 415 Bytes

Zernio::EnrollContactsRequest

Properties

Name Type Description Notes
contact_ids Array<String>
channel_ids Array<String> Optional. Auto-detected if not provided. [optional]

Example

require 'zernio-sdk'

instance = Zernio::EnrollContactsRequest.new(
  contact_ids: null,
  channel_ids: null
)