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-04-09 UTC."],[[["The webpage provides documentation for the `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically in the context of .NET development."],["The latest version documented for `ReservationsResizeRequest` is 3.6.0, with numerous older versions available, dating back to 1.0.0."],["The `ReservationsResizeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `ReservationsResizeRequest` object as a parameter, and two properties, `HasSpecificSkuCount`, a boolean, and `SpecificSkuCount`, a long."],["The class is used for resizing the number of allocated resources, with a range of 1 to 1000."]]],[]]