public sealed class GetPolicyRequest : IMessage<GetPolicyRequest>, IEquatable<GetPolicyRequest>, IDeepCloneable<GetPolicyRequest>, IBufferMessage, IMessage
The request sent to the [GetPolicy]
[google.cloud.orgpolicy.v2.OrgPolicy.GetPolicy] method.
[[["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 `GetPolicyRequest` class is used to send requests to the `GetPolicy` method within the `OrgPolicy` service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`GetPolicyRequest` objects can be constructed using the default constructor or by providing another `GetPolicyRequest` object."],["The `GetPolicyRequest` class contains properties for managing the resource name of the policy, using a string property called `Name`, and a `PolicyName`-typed view over it called `PolicyName`."],["The document provides version history for `GetPolicyRequest` class, spanning from version 1.0.0 to the latest, 2.7.0."]]],[]]