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 applications, within the `Google.Cloud.AppEngine.V1` namespace."],["The `RepairApplicationRequest` class is part of the `Google.Cloud.AppEngine.V1.dll` assembly and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for `RepairApplicationRequest` is 2.4.0, with older versions back to 1.0.0 also available for reference."],["The `RepairApplicationRequest` class has a `Name` property, which is a string representing the application name, formatted as `apps/myapp`."],["There are two constructors for `RepairApplicationRequest`: a default constructor and one that accepts another `RepairApplicationRequest` object as a parameter for cloning."]]],[]]