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:
@@ -1628,10 +1628,10 @@ pub struct ResultSetStats {
|
||||
/// Partitioned DML does not offer exactly-once semantics, so it
|
||||
/// returns a lower bound of the rows modified.
|
||||
#[serde(rename="rowCountLowerBound")]
|
||||
pub row_count_lower_bound: Option<i64>,
|
||||
pub row_count_lower_bound: Option<String>,
|
||||
/// Standard DML returns an exact count of rows that were modified.
|
||||
#[serde(rename="rowCountExact")]
|
||||
pub row_count_exact: Option<i64>,
|
||||
pub row_count_exact: Option<String>,
|
||||
/// QueryPlan for the query associated with this result.
|
||||
#[serde(rename="queryPlan")]
|
||||
pub query_plan: Option<QueryPlan>,
|
||||
|
||||
Reference in New Issue
Block a user