public sealed class GetRegionRequest : IMessage<GetRegionRequest>, IEquatable<GetRegionRequest>, IDeepCloneable<GetRegionRequest>, IBufferMessage, IMessage
A request message for Regions.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-04-09 UTC."],[[["The latest version of the `GetRegionRequest` is 3.6.0, with several other versions available, ranging from 3.5.0 down to 1.0.0."],["`GetRegionRequest` is a request message for `Regions.Get`, inheriting from `Object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor (`GetRegionRequest()`) and a copy constructor (`GetRegionRequest(GetRegionRequest other)`)."],["The `GetRegionRequest` class includes two properties, `Project` and `Region`, both of type string, used for specifying the project ID and the region resource name, respectively."]]],[]]