# openapi.model.ImportAssetDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **assetPath** | **String** | | **deviceAssetId** | **String** | | **deviceId** | **String** | | **duration** | **String** | | [optional] **fileCreatedAt** | [**DateTime**](DateTime.md) | | **fileModifiedAt** | [**DateTime**](DateTime.md) | | **isArchived** | **bool** | | [optional] **isFavorite** | **bool** | | **isReadOnly** | **bool** | | [optional] [default to true] **isVisible** | **bool** | | [optional] **sidecarPath** | **String** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)