public sealed class GetRegionCommitmentRequest : IMessage<GetRegionCommitmentRequest>, IEquatable<GetRegionCommitmentRequest>, IDeepCloneable<GetRegionCommitmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionCommitmentRequest.
A request message for RegionCommitments.Get. See the method description for details.
[[["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."],[[["This page provides reference documentation for the `GetRegionCommitmentRequest` class within the Compute Engine v1 API, specifically for the .NET library."],["The latest version available is 3.6.0, but the documentation includes a history of versions dating back to 1.0.0, allowing developers to reference older releases."],["`GetRegionCommitmentRequest` class is used as a request message for the `RegionCommitments.Get` method, which fetches a specific commitment."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetRegionCommitmentRequest` class include `Commitment`, `Project`, and `Region`, all of which are strings and are used to specify which commitment to retrieve and from which project and region."]]],[]]