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."],[[["This webpage details the `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.3.0, which is part of the Google Cloud Compute .NET library."],["The `ReservationsResizeRequest` class allows for the resizing of allocated resources, with supported versioning ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest version available."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it includes constructors to create instances or copies."],["`ReservationsResizeRequest` features properties like `HasSpecificSkuCount` and `SpecificSkuCount` that allow users to check if the specific SKU count is set and to define or access the number of allocated resources for resizing, between 1 and 1000."],["The page details all the versions available for the `ReservationsResizeRequest`, as well as inherited members from `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]