Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 387 Bytes

File metadata and controls

22 lines (16 loc) · 387 Bytes

Zernio::WebhookPayloadReviewNewAccount

Properties

Name Type Description Notes
id String
platform String
username String

Example

require 'zernio-sdk'

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