# DeviceBackupGetResponseSchema

## object

- **assetFileIncluded**  
  Required: boolean  
  - Whether the asset file is included in the backup.

- **blobStorageUrl**  
  Required: string  
  - The URL to the backup blob in storage.

- **customer**  
  Required: string  
  - The customer ID.

- **device**  
  Required: string  
  - The device ID.

- **id**  
  Required: string  
  - The unique identifier for the backup.

- **name**  
  Required: string  
  - The name of the backup file.

- **project**  
  Required: string  
  - The project ID.

- **services**  
  Required: map from strings to any  
  - Services information.

### Show value schema

### Hide value schema

- **[any key]**  
  any

- **signature**  
  Required: string  
  - Signature for the backup file.

- **timestamp**  
  Required: string  
  - Timestamp of the backup creation.
