public sealed class GetOSPolicyAssignmentRequest : IMessage<GetOSPolicyAssignmentRequest>, IEquatable<GetOSPolicyAssignmentRequest>, IDeepCloneable<GetOSPolicyAssignmentRequest>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `GetOSPolicyAssignmentRequest` class within the Google.Cloud.OsConfig.V1 namespace, with version 1.6.0 being the version in focus, alongside a listing of versions ranging from 1.3.0 to 2.4.0."],["The `GetOSPolicyAssignmentRequest` class is a request message used to retrieve an OS policy assignment, and it inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless one and another that accepts a `GetOSPolicyAssignmentRequest` object, allowing for object copying."],["The `GetOSPolicyAssignmentRequest` class has properties such as `Name`, which is a required string representing the resource name of the OS policy assignment, and `OSPolicyAssignmentName`, which is a typed view over the `Name` resource name."],["It is stated that the `Name` field's format must follow: `projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}@{revisionId}`."]]],[]]