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 documentation for the `DeleteCompanyRequest` class within the Google Cloud Talent Solution v4 API for .NET."],["The `DeleteCompanyRequest` class is used to request the deletion of a company, with the latest version being 2.7.0 and a full history of versions is available to view on this webpage."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which it inherits from, alongside the object class."],["It includes two constructors, one parameterless and another that takes another `DeleteCompanyRequest` as a parameter to create a new object."],["Key properties include `CompanyName` (a `CompanyName`-typed view) and `Name` (a string), which is required and specifies the resource name of the company to delete."]]],[]]