SearchModel
in package
implements
Stringable
Individual model information.
Table of Contents
Interfaces
- Stringable
Properties
- $id : string
- $modelType : string
- $name : string
- $webhooks : array<string|int, ModelWebhook>
Methods
- __construct() : mixed
- __toString() : string
Properties
$id
public
string
$id
Model ID.
$modelType
public
string
$modelType
Model type.
$name
public
string
$name
Model name.
$webhooks
public
array<string|int, ModelWebhook>
$webhooks
List of webhooks associated with the model.
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.
__toString()
public
__toString() : string
Return values
string —String representation.