ModelWebhook
in package
implements
Stringable
Model webhook information.
Table of Contents
Interfaces
- Stringable
Properties
Methods
- __construct() : mixed
- __toString() : string
Properties
$id
public
string
$id
ID of the webhook.
$name
public
string
$name
Name of the webhook.
$url
public
string
$url
URL 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>>
__toString()
public
__toString() : string