Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.1 KB

File metadata and controls

30 lines (24 loc) · 1.1 KB

Zernio::WebhookPayloadAdStatusChanged

Properties

Name Type Description Notes
id String Stable webhook event ID
event String
account WebhookPayloadAdStatusChangedAccount
ad_object WebhookPayloadAdStatusChangedAdObject
status WebhookPayloadAdStatusChangedStatus
error WebhookPayloadAdStatusChangedError [optional]
timestamp Time UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadAdStatusChanged.new(
  id: null,
  event: null,
  account: null,
  ad_object: null,
  status: null,
  error: null,
  timestamp: null
)