tmdb_client 0.2.0

Rust client for The Movie Database (TMDB) API.
# PersonTaggedImagesPaginated

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**page** | **i32** |  | [optional] 
**total_pages** | **i32** |  | [optional] 
**total_results** | **i32** |  | [optional] 
**results** | [**Vec<::models::TaggedImage>**]tagged-image.md |  | [optional] 
**id** | **i32** |  | [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)