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."],[[["This webpage details the `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.2.0, for .NET applications."],["The latest version for `ReservationsResizeRequest` is 3.6.0, and the page provides links to all available versions, ranging from 1.0.0 up to the latest."],["The `ReservationsResizeRequest` class, inheriting from `object`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `HasSpecificSkuCount` (a boolean) and `SpecificSkuCount` (a long), where `SpecificSkuCount` represents the number of allocated resources, which can be resized from 1 to 1000."],["The page lists the constructors for `ReservationsResizeRequest`, including a default constructor and one that accepts another `ReservationsResizeRequest` object as a parameter."]]],[]]