Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 629 Bytes

File metadata and controls

26 lines (20 loc) · 629 Bytes

Zernio::BulkCreateContacts200Response

Properties

Name Type Description Notes
success Boolean [optional]
created Integer [optional]
skipped Integer [optional]
errors Array<String> Per-contact failures, e.g. an identifier that is not a valid phone number [optional]
total Integer [optional]

Example

require 'zernio-sdk'

instance = Zernio::BulkCreateContacts200Response.new(
  success: null,
  created: null,
  skipped: null,
  errors: null,
  total: null
)