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 information for the `RepairApplicationRequest` class within the Google Cloud App Engine v1 API for .NET."],["The `RepairApplicationRequest` class is a request message used for the `Applications.RepairApplication` function."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["The latest version of the class is 2.4.0, with older versions listed from 2.3.0 down to 1.0.0."],["It includes a `Name` property, which is a string representing the name of the application to repair, formatted as \"apps/myapp\"."]]],[]]