public sealed class GetRegionSecurityPolicyRequest : IMessage<GetRegionSecurityPolicyRequest>, IEquatable<GetRegionSecurityPolicyRequest>, IDeepCloneable<GetRegionSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for RegionSecurityPolicies.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 `GetRegionSecurityPolicyRequest` is 3.6.0, with previous versions ranging from 3.5.0 down to 1.0.0 available for reference."],["`GetRegionSecurityPolicyRequest` is a request message used for retrieving regional security policies, as defined in the `RegionSecurityPolicies.Get` method."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities."],["The `GetRegionSecurityPolicyRequest` class includes properties for `Project`, `Region`, and `SecurityPolicy`, which are essential for defining the scope of the request."],["There are two constructors for creating instances of `GetRegionSecurityPolicyRequest`: a default constructor and one that accepts another `GetRegionSecurityPolicyRequest` object as a parameter for copying its state."]]],[]]