JobWebhook
in package
JobWebhook information.
Table of Contents
Properties
- $createdAt : DateTime|null
- $error : ErrorResponse|null
- $id : string
- $status : string
Methods
- __construct() : mixed
Properties
$createdAt
public
DateTime|null
$createdAt
Created at date.
$error
public
ErrorResponse|null
$error
Error response, if any.
$id
public
string
$id
JobWebhook ID.
$status
public
string
$status
Status of the webhook.
Methods
__construct()
public
__construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawResponse) : mixed
Parameters
- $rawResponse : array<string, int|float|string|bool|null|array<string|int, mixed>>
-
Raw server response array.