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-04-17 UTC."],[[["The document provides reference documentation for the `DeleteCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically for .NET."],["This class is used to request the deletion of a company, as indicated by its name and description."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest version 2.7.0, allowing you to select relevant documentation for each respective version."],["The `DeleteCompanyRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `CompanyName`, which provides a strongly typed view, and `Name`, which stores the resource name of the company to delete."]]],[]]