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, which is used to request the deletion of a company in the Google Cloud Talent V4 API."],["The class `DeleteCompanyRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `DeleteCompanyRequest` class has two constructors: a default constructor and one that takes another `DeleteCompanyRequest` object as a parameter."],["There are two key properties available in the `DeleteCompanyRequest` class: `CompanyName`, a typed view over the resource name, and `Name`, which represents the required resource name of the company to delete, formatted as \"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}\"."],["The page provides links to various versions of the `DeleteCompanyRequest` documentation, ranging from version 1.0.0 to the latest 2.7.0."]]],[]]