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."],[[["This webpage details the `DeleteCompanyRequest` class within the `Google.Cloud.Talent.V4` namespace, used for initiating the deletion of a company resource."],["The `DeleteCompanyRequest` class, which inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, is part of the `Google.Cloud.Talent.V4.dll` assembly."],["The latest version of this content is for version 2.7.0, but content dating all the way back to version 1.0.0 is available for review, with version 1.1.0 being the primary version of this page."],["The `DeleteCompanyRequest` class has two constructors, `DeleteCompanyRequest()` for creating a new instance and `DeleteCompanyRequest(DeleteCompanyRequest other)` for creating a copy, as well as properties like `CompanyName` and `Name` to manage company deletion."],["To delete a company, the `Name` property, a string representing the company's resource name in the format \"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}\", must be specified."]]],[]]