thunderstore-api 2.0.0

API bindings for the Thunderstore Web API
Documentation
# PackageDetailViewContent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bg_image_src** | Option<**String**> |  |
**categories** | [**Vec<crate::models::PackageCategory>**]PackageCategory.md |  |
**community_identifier** | **String** |  |
**community_name** | **String** |  |
**dependant_count** | **u32** |  |
**dependencies** | [**Vec<crate::models::PackageDependency>**]PackageDependency.md |  |
**dependency_string** | **String** |  |
**description** | **String** |  |
**download_count** | **u32** |  |
**download_url** | **String** |  |
**image_src** | Option<**String**> |  |
**install_url** | **String** |  |
**last_updated** | **String** |  |
**markdown** | **String** |  |
**namespace** | **String** |  |
**package_name** | **String** |  |
**rating_score** | **u32** |  |
**team_name** | **String** |  |
**versions** | [**Vec<crate::models::PackageVersion>**]PackageVersion.md |  |
**website** | **String** |  |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)