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 latest version available for the `DeleteCompanyRequest` is 2.7.0, with versions ranging from 1.0.0 to 2.7.0 provided as options."],["The `DeleteCompanyRequest` class is used to request the deletion of a company in the Google Cloud Talent V4 API, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteCompanyRequest` has two constructors: a default constructor and one that accepts another `DeleteCompanyRequest` object."],["This class contains two properties, `CompanyName` which provides a `CompanyName`-typed view over the `Name` resource name, and `Name`, a required string representing the resource name of the company to delete."]]],[]]