public sealed class DeleteCompanyRequest : IMessage<DeleteCompanyRequest>, IEquatable<DeleteCompanyRequest>, IDeepCloneable<DeleteCompanyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class DeleteCompanyRequest.
[[["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."],[[["This webpage provides reference documentation for the `DeleteCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically for version 2.5.0."],["The `DeleteCompanyRequest` class is used to request the deletion of a company and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors: a default constructor and one that takes another `DeleteCompanyRequest` object as a parameter for copying."],["It includes properties for `CompanyName`, providing a typed view of the company name, and `Name`, which is a string representing the resource name of the company to be deleted, following a specific format."],["The webpage lists the history of available versions of the same class, from version 1.0.0 up to 2.7.0, with the later being the latest version available."]]],[]]