public sealed class RepairApplicationRequest : IMessage<RepairApplicationRequest>, IEquatable<RepairApplicationRequest>, IDeepCloneable<RepairApplicationRequest>, IBufferMessage, IMessage
Request message for 'Applications.RepairApplication'.
[[["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 latest version of the `RepairApplicationRequest` is 2.4.0, with older versions available down to 1.0.0."],["`RepairApplicationRequest` is a message used to send repair requests for applications within the 'Applications.RepairApplication' context."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RepairApplicationRequest` class includes a property called `Name`, which specifies the name of the application to be repaired."],["The class provides two constructors, a default constructor and a copy constructor that takes another `RepairApplicationRequest` as a parameter."]]],[]]