public sealed class DeleteProfileRequest : IMessage<DeleteProfileRequest>, IEquatable<DeleteProfileRequest>, IDeepCloneable<DeleteProfileRequest>, IBufferMessage, IMessage
[[["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 `DeleteProfileRequest` class in the `Google.Cloud.Talent.V4Beta1` namespace is used to request the deletion of a talent profile."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google.Protobuf framework."],["`DeleteProfileRequest` has two constructors, one default and one that takes another `DeleteProfileRequest` instance as a parameter, allowing for object duplication."],["The `Name` property of `DeleteProfileRequest` specifies the resource name of the profile to be deleted, following a specific format of \"projects/{project\\_id}/tenants/{tenant\\_id}/profiles/{profile\\_id}\"."],["There is a property named `ProfileName` that provides a typed view over the `Name` resource name property, represented as `ProfileName`."]]],[]]