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 webpage provides documentation for the `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically in the context of .NET development."],["The latest version available is 3.6.0, with a range of previous versions from 3.5.0 down to 1.0.0 also documented."],["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 has two properties, `HasSpecificSkuCount` which returns a boolean, and `SpecificSkuCount` which allows the number of allocated resources to be modified between 1 and 1000."],["The documentation lists inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]