| Name | Summary |
|---|---|
assetFileId | abstract val assetFileId: String The API has been deprecated. Please use AssetFileDeleteResult.asset_id instead. |
assetId | abstract val assetId: String This represents the ID of the asset file. When you want to use horizon.platform.assetfile.models.AssetFileDeleteResult.assetFileId, you need to use horizon.platform.assetfile.models.AssetFileDeleteResult.assetId instead. It can be retrieved using horizon.platform.assetfile.models.AssetDetails.assetId. |
filepath | abstract val filepath: String File path of the asset file. |
json | open val json: String |
success | abstract val success: Boolean You can use this to determine whether deleting an asset file was successful or not. |