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-03-21 UTC."],[[["The latest version of the `DeleteCompanyRequest` class is 2.7.0, part of the Google.Cloud.Talent.V4 library, with several previous versions also available for reference."],["The `DeleteCompanyRequest` class is used to delete a company and inherits from `Object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteCompanyRequest` class contains two constructors: a default constructor and one that accepts another `DeleteCompanyRequest` object for parameter input."],["The class has properties for managing the company's name, with `Name` being a string property that requires a specific format for the resource name, and `CompanyName` offering a structured view over the `Name` property."]]],[]]