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 for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["The `ReservationsResizeRequest` class, used to resize allocated resources, implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one (`ReservationsResizeRequest()`) and another that takes an existing `ReservationsResizeRequest` object (`ReservationsResizeRequest(ReservationsResizeRequest other)`)."],["`ReservationsResizeRequest` has two properties, `HasSpecificSkuCount`, a boolean indicating if a field is set, and `SpecificSkuCount`, representing the number of resources that can be resized, ranging between 1 and 1000."],["This class inherits from `Object`, and includes the following inherited members: `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]