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 content focuses on the `RepairApplicationRequest` class within the `Google.Cloud.AppEngine.V1` namespace, specifically version 2.0.0 of the library."],["This class is a request message used for repairing applications, as indicated by its purpose in 'Applications.RepairApplication'."],["`RepairApplicationRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that accepts an existing `RepairApplicationRequest` object as a parameter."],["It includes a `Name` property, which represents the name of the application to be repaired, and is of type `String`, allowing for input such as `apps/myapp`."]]],[]]