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 `RepairApplicationRequest` class is used to send requests for repairing applications within Google Cloud App Engine."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["It inherits from the base `Object` class and has inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has a constructor that allows for either creating a new `RepairApplicationRequest` or cloning an existing one, and a `Name` property to specify the application to repair."],["The current version documented here is 1.3.0, but links to documentation for other versions, ranging from 1.0.0 to 2.4.0 (latest), are also provided."]]],[]]