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."],[[["This webpage details the `RepairApplicationRequest` class, which is used to send repair requests for Google Cloud App Engine applications."],["The latest version available is 2.4.0, with other versions listed down to 1.0.0, all containing the `RepairApplicationRequest` class."],["`RepairApplicationRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating instances, either default or by copying an existing `RepairApplicationRequest` object."],["The `RepairApplicationRequest` class has a `Name` property, a string representing the application name that is being repaired, such as `apps/myapp`."]]],[]]