CropParameters
extends BaseParameters
in package
Parameters for a crop utility inference.
Table of Contents
Properties
- $alias : string|null
- $modelId : string
- $slug : string
- $webhookIds : array<string|int, string>
Methods
- __construct() : mixed
- asHash() : array<string, string>
Properties
$alias
public
string|null
$alias
Optional file alias.
$modelId
public
string
$modelId
$slug
public
static string
$slug
= "crop"
Slug of the endpoint.
$webhookIds
public
array<string|int, string>
$webhookIds
Optional webhook IDs.
Methods
__construct()
public
__construct(string $modelId[, string|null $alias = null ][, array<string|int, string>|null $webhookIds = null ]) : mixed
Parameters
- $modelId : string
-
ID of the model.
- $alias : string|null = null
-
Optional file alias.
- $webhookIds : array<string|int, string>|null = null
-
List of webhook IDs.
asHash()
public
asHash() : array<string, string>
Return values
array<string, string> —Hash representation.