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."],[[["The `GetOSPolicyAssignmentRequest` class is used to request an OS policy assignment."],["Version 2.4.0 is the latest available version, while the document is specifically detailing version 2.0.0."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetOSPolicyAssignmentRequest` class includes properties such as `Name` (a string) and `OSPolicyAssignmentName` which uses the `OSPolicyAssignmentName` type to handle the resource name."],["It has two constructors: a default constructor and another that accepts another `GetOSPolicyAssignmentRequest` object as a parameter."]]],[]]