StartUploadRequest
in package
Table of Contents
Properties
- $displayName : string
- Title of the upload page.
- $images : array<string|int, Image>
- List of images to prefill the upload.
- $maxImages : int|null
- Max number of images to upload.
- $metadata : string
- Internal metadata of the upload.
- $returnURL : string
- URL to redirect after the upload is finished.
Methods
- toArray() : array<string|int, mixed>
Properties
$displayName
Title of the upload page.
public
string
$displayName
$images
List of images to prefill the upload.
public
array<string|int, Image>
$images
= []
$maxImages
Max number of images to upload.
public
int|null
$maxImages
= null
$metadata
Internal metadata of the upload.
public
string
$metadata
$returnURL
URL to redirect after the upload is finished.
public
string
$returnURL
Methods
toArray()
public
toArray() : array<string|int, mixed>