Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 525 Bytes

File metadata and controls

24 lines (18 loc) · 525 Bytes

Zernio::WebhookPayloadReviewNewAccount

Properties

Name Type Description Notes
id String
account_id String Social account ID (same as id); canonical field for account filtering. [optional]
platform String
username String

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadReviewNewAccount.new(
  id: null,
  account_id: null,
  platform: null,
  username: null
)