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 page provides documentation for the `RepairApplicationRequest` class within the Google Cloud App Engine v1 API, specifically version 2.1.0."],["`RepairApplicationRequest` is a request message utilized by `Applications.RepairApplication` to repair an application, and it inherits from `Object` while implementing several interfaces."],["The class offers two constructors: a default constructor `RepairApplicationRequest()` and a copy constructor `RepairApplicationRequest(RepairApplicationRequest other)`."],["It includes a `Name` property, which is a string that represents the application's name to be repaired, formatted as `apps/myapp`."],["The page also includes links to previous versions of the class documentation, as well as the latest version at 2.4.0."]]],[]]