Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.09 KB

RemoteImageInfo.md

File metadata and controls

20 lines (15 loc) · 1.09 KB

RemoteImageInfo

Properties

Name Type Description Notes
provider_name Option<String> Gets or sets the name of the provider. [optional]
url Option<String> Gets or sets the URL. [optional]
thumbnail_url Option<String> Gets or sets a url used for previewing a smaller version. [optional]
height Option<i32> Gets or sets the height. [optional]
width Option<i32> Gets or sets the width. [optional]
community_rating Option<f64> Gets or sets the community rating. [optional]
vote_count Option<i32> Gets or sets the vote count. [optional]
language Option<String> Gets or sets the language. [optional]
r#type Option<crate::models::ImageType> [optional]
rating_type Option<crate::models::RatingType> [optional]

[Back to Model list] [Back to API list] [Back to README]