public sealed class DeleteCompanyRequest : IMessage<DeleteCompanyRequest>, IEquatable<DeleteCompanyRequest>, IDeepCloneable<DeleteCompanyRequest>, 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 `DeleteCompanyRequest` class is used to request the deletion of a company in the Google Cloud Talent V4Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `DeleteCompanyRequest` has two constructors: one default and one that accepts another `DeleteCompanyRequest` object for creating copies, and it features the `Name` property, which is a string that holds the resource name of the company to be deleted."],["The `CompanyName` property provides a typed view over the `Name` property and utilizes the `CompanyName` class, offering a structured way to represent the company resource name."]]],[]]