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 webpage details the `ReservationsResizeRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.14.0 of the library, with links to all available previous versions of the class up to 1.0.0 and including the latest version 3.6.0."],["`ReservationsResizeRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various messaging and data manipulation contexts."],["The class inherits from `object` and includes inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`, providing core functionality from the base object class."],["`ReservationsResizeRequest` includes two constructors: a default constructor and one that takes another `ReservationsResizeRequest` instance for copying, and it has two properties: `HasSpecificSkuCount` to check if a specific field is set, and `SpecificSkuCount` to set the count of allocated resources which can be resized in a range of 1 to 1000."]]],[]]