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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 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."]]],[]]