Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 493 Bytes

File metadata and controls

20 lines (14 loc) · 493 Bytes

FastCommentsClient::GetPendingWebhookEventsResponse

Properties

Name Type Description Notes
status APIStatus
pending_webhook_events Array<PendingCommentToSyncOutbound>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetPendingWebhookEventsResponse.new(
  status: null,
  pending_webhook_events: null
)