Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 302 Bytes

File metadata and controls

18 lines (12 loc) · 302 Bytes

Zernio::HideInboxCommentRequest

Properties

Name Type Description Notes
account_id String The social account ID

Example

require 'zernio-sdk'

instance = Zernio::HideInboxCommentRequest.new(
  account_id: null
)