mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Regen APIs after removal of breaking special case for Rust types
I can just hope it's breaking everywhere and was never working, as opposed to a special bugfix for just a single API at the time.
This commit is contained in:
@@ -1704,7 +1704,7 @@ pub struct Product {
|
||||
pub small_icon_url: Option<String>,
|
||||
/// The countries which this app is available in.
|
||||
#[serde(rename="availableCountries")]
|
||||
pub available_countries: Option<Vec<i64>>,
|
||||
pub available_countries: Option<Vec<String>>,
|
||||
/// The localized promotional description, if available.
|
||||
pub description: Option<String>,
|
||||
/// A description of the recent changes made to the app.
|
||||
|
||||
Reference in New Issue
Block a user