Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 716 Bytes

File metadata and controls

18 lines (12 loc) · 716 Bytes

Zernio::WebhookPayloadAdStatusChangedStatus

Properties

Name Type Description Notes
raw String Platform-native status string, forwarded verbatim. For Meta this is `status_name` from `in_process_ad_objects` (e.g. `ACTIVE`, `PAUSED`, `PENDING_REVIEW`, `ARCHIVED`, `DELETED`, `DISAPPROVED`), or `WITH_ISSUES` when sourced from `with_issues_ad_objects`. Not constrained by an `enum` — Meta may add new values.

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadAdStatusChangedStatus.new(
  raw: ACTIVE
)