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 `ReservationsResizeRequest` class, part of the `Google.Cloud.Compute.V1` namespace, is used for managing resizing operations within Google Cloud Compute resources."],["Version 3.6.0 is the latest available version, with a history of versions dating back to 1.0.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support various functionalities, including message handling, equality comparison, deep cloning, and buffer message management."],["`ReservationsResizeRequest` has properties like `HasSpecificSkuCount` (a boolean) and `SpecificSkuCount` (a long), where `SpecificSkuCount` allows specifying the number of resources to resize, ranging from 1 to 1000."],["The class inherits from the `object` class and includes two constructors: one default constructor and one that takes another `ReservationsResizeRequest` object as a parameter."]]],[]]