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 latest version available for `ReservationsResizeRequest` is 3.6.0, with the documentation providing access to versions ranging down to 1.0.0."],["`ReservationsResizeRequest` is a class in the `Google.Cloud.Compute.V1` namespace, used for managing the resizing of resources."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which add capabilities like deep cloning and protocol buffer message management."],["It has two constructors, one default and one that accepts another `ReservationsResizeRequest` object to copy its data, and includes properties like `HasSpecificSkuCount` and `SpecificSkuCount`."],["The `SpecificSkuCount` property allows setting the number of allocated resources for resizing, with a valid range between 1 and 1000."]]],[]]