public sealed class ReservationsResizeRequest : IMessage<ReservationsResizeRequest>, IEquatable<ReservationsResizeRequest>, IDeepCloneable<ReservationsResizeRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The page details the `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.8.0, but also including other versions."],["The latest version available is 3.6.0, with a history of versions going back to 1.0.0, all accessible via their respective links, allowing for the exploration of historical data."],["`ReservationsResizeRequest` inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default one and one that accepts another `ReservationsResizeRequest` instance."],["The class provides properties like `HasSpecificSkuCount` and `SpecificSkuCount`, which are used to determine if the count is set, and to set the actual count for allocated resources which can range from 1 to 1000."]]],[]]