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:
@@ -457,7 +457,7 @@ impl RequestValue for SetMaintenancePolicyRequest {}
|
||||
pub struct AcceleratorConfig {
|
||||
/// The number of the accelerator cards exposed to an instance.
|
||||
#[serde(rename="acceleratorCount")]
|
||||
pub accelerator_count: Option<i64>,
|
||||
pub accelerator_count: Option<String>,
|
||||
/// The accelerator type resource name. List of supported accelerators
|
||||
/// [here](/compute/docs/gpus/#Introduction)
|
||||
#[serde(rename="acceleratorType")]
|
||||
|
||||
Reference in New Issue
Block a user