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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteApplicationRequest\u003c/code\u003e class is used to request the deletion of an application in the Google Cloud Talent V4Beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality checks, deep cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteApplicationRequest\u003c/code\u003e has two constructors: a default constructor and a copy constructor that takes another \u003ccode\u003eDeleteApplicationRequest\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e 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}".\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eApplicationName\u003c/code\u003e property provides a typed view over the resource name property for accessing the name of the application.\u003c/p\u003e\n"]]],[],null,[]]