Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

File metadata and controls

20 lines (14 loc) · 379 Bytes

Zernio::WebhookPayloadLeadAccount

Properties

Name Type Description Notes
id String Social account ID (the facebook account owning the Page)
platform String

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadLeadAccount.new(
  id: null,
  platform: null
)