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 `ReservationsResizeRequest` class, found within the `Google.Cloud.Compute.V1` namespace, is used for managing resizing operations in the Google Cloud Compute environment."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data and object comparisons."],["The latest version of the API is 3.6.0, and there are numerous documented versions available, ranging from 1.0.0 to the latest."],["`ReservationsResizeRequest` includes properties like `HasSpecificSkuCount` (a boolean) and `SpecificSkuCount` (a long), allowing control over the specific number of resources during resizing, which can range from 1 to 1000."],["The class offers two constructors, one default and another that allows for cloning from an existing `ReservationsResizeRequest` object."]]],[]]