public sealed class RepairApplicationRequest : IMessage<RepairApplicationRequest>, IEquatable<RepairApplicationRequest>, IDeepCloneable<RepairApplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class RepairApplicationRequest.
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 document provides reference documentation for the `RepairApplicationRequest` class within the Google Cloud App Engine v1 API, specifically version 2.2.0."],["`RepairApplicationRequest` is a request message used for the 'Applications.RepairApplication' function, responsible for repairing an application."],["The class inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RepairApplicationRequest` class includes a `Name` property, which is a string representing the name of the application to be repaired, such as `apps/myapp`."],["The `RepairApplicationRequest` class contains 2 constructors: the default constructor and a constructor that accepts another `RepairApplicationRequest` object."]]],[]]