You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some enums are missing the serde rename macro (e.g. SystemSnapshotType, SnapshotCompression), while others use#[serde(rename_all = "lowercase")] instead of snake_case.
All enums should use a consistent serialization strategy
Some enums are missing the
serderename macro (e.g.SystemSnapshotType,SnapshotCompression), while others use#[serde(rename_all = "lowercase")]instead of snake_case.All enums should use a consistent serialization strategy