ListFilesResp
- dataType: array object[] ยท FileSummary[]required
Matching files.
- createdType: stringFormat: date-time
At requiredISO 8601 / RFC 3339 timestamp of the file's reservation.
- idType: stringrequired
Canonical, immutable identifier for this file.
- nameType: stringrequired
Display name for the file, as supplied at upload time.
- statusType: stringenumrequired
uploadingwhile the upload-URL is reserved but bytes haven't landed;availableonce the bytes are stored and the file can be referenced elsewhere.values- uploading
- available
- sizeType: integer
Size of the file in bytes, when known.
- paginationType: objectrequired
Pagination metadata for list responses
- limitType: integerrequired
Maximum number of records per page
- offsetType: integerrequired
Starting position in the result set
- totalType: integerrequired
Total number of records available
