Name | Type | Description | Notes |
---|---|---|---|
obj_webhook | CustomWebhookResponse | ||
a_obj_attempt | Array<AttemptResponseCompound> | An array containing details of previous attempts that were made to deliver the message. The array is empty if it's the first attempt. | |
obj_user | UserResponseCompound |
require 'Ezmaxapi'
instance = EzmaxApi::WebhookUserUserCreated.new(
obj_webhook: null,
a_obj_attempt: null,
obj_user: null
)