public sealed class GetRegionOperationRequest : IMessage<GetRegionOperationRequest>, IEquatable<GetRegionOperationRequest>, IDeepCloneable<GetRegionOperationRequest>, IBufferMessage, IMessage
A request message for RegionOperations.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."],[[["The latest version of the `GetRegionOperationRequest` is 3.6.0, with several prior versions available, ranging from 1.0.0 to 3.5.0."],["`GetRegionOperationRequest` is a request message for RegionOperations.Get, used to retrieve details about a specific region operation."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The `GetRegionOperationRequest` class includes properties for `Operation`, `Project`, and `Region`, each of which are string types used to specify details for the operation to retrieve."],["`GetRegionOperationRequest` includes 2 constructors that allow you to create an object from a blank slate, or from another object of the same type."]]],[]]