# SupportPackageListResponseSchema

## object

### @odata.nextLink
**string** Optional  
@odata.nextLink URL if the page length and number of items match.

### supplemental
**object** [ListResponseSupplementalSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/listresponsesupplementalschema) Required  
Supplemental info

#### Show 5 properties

### count
**integer** Required  
Number of items returned

### kind
**string** Required  
Type of items in the list

### operation
**string** Required  
Operation type. Should always say 'list'

### pagination
**object** [PaginationInfoSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/paginationinfoschema) Required  
Pagination info

#### Show 4 properties

### end
**integer** Required  
Position of the last item in the list

### records
**integer** Required  
Total number of items returned in the list

### start
**integer** Required  
Position of the first item in the list

### total
**integer** Required  
Total number of items in the project

### subscription
**object** [ProjectInfoSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/projectinfoschema) Optional  
Project info

#### Show 2 properties

### id
**string** Required  
Project ID

### name
**string** Required  
Project name

### value
**list of objects** [SupportPackageListItemSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/supportpackagelistitemschema) Required  
List of support packages.

#### Show 1 property

### metadata
**object** [SupportPackageMetadataSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/supportpackagemetadataschema) Required  
Support package metadata.

#### Show 6 properties

### created
**string or null** Optional  
ISO 8601 creation timestamp of the support package.

### description
**string** Optional  
A description of the support package content.

### device
**string** Optional  
The device name this package belongs to.

### friendlyName
**string** Optional  
The human-friendly name of the support package.

### name
**string** Required  
The name of the support package.

### size
**integer or null** Optional  
The size of the support package in bytes.
