public sealed class DeleteApplicationRequest : IMessage<DeleteApplicationRequest>, IEquatable<DeleteApplicationRequest>, IDeepCloneable<DeleteApplicationRequest>, IBufferMessage, IMessage
Required. The resource name of the application to be deleted.
The format is
"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}".
For example, "projects/foo/tenants/bar/profiles/baz/applications/qux".
[[["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-04-17 UTC."],[[["The `DeleteApplicationRequest` class is used to request the deletion of an application in the Google Cloud Talent V4Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["`DeleteApplicationRequest` has two constructors: a default constructor and a copy constructor that takes another `DeleteApplicationRequest` instance as a parameter."],["The `Name` property, of type string, specifies the resource name of the application to be deleted and is a required field in the format \"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}\"."],["The `ApplicationName` property provides a typed view over the resource name property for accessing the name of the application."]]],[]]