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 within the `Google.Cloud.AppEngine.V1` namespace, used for sending repair requests to applications."],["The latest version of this class is `2.4.0`, with versions ranging back to `1.0.0` available for review."],["The `RepairApplicationRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, `RepairApplicationRequest()` and `RepairApplicationRequest(RepairApplicationRequest)`, and includes a `Name` property to specify the application to repair, such as `apps/myapp`."],["It is contained in the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]