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 details the `GetOSPolicyAssignmentRequest` class within the `Google.Cloud.OsConfig.V1` namespace, used for requesting an OS policy assignment."],["The latest version available is 2.4.0, while the current page refers to version 1.7.0, with other older versions listed."],["The `GetOSPolicyAssignmentRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors to create new instances, either default or by copying an existing `GetOSPolicyAssignmentRequest` object."],["Key properties include `Name` (a string representing the resource name of the OS policy assignment) and `OSPolicyAssignmentName` (a typed view over the `Name`)."]]],[]]