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."],[[["This document provides reference documentation for the `DeleteCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically focusing on version 2.4.0."],["`DeleteCompanyRequest` is a class used to request the deletion of a company, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteCompanyRequest` includes two constructors: one is a default constructor `DeleteCompanyRequest()`, and the other accepts another `DeleteCompanyRequest` object as an argument `DeleteCompanyRequest(DeleteCompanyRequest other)`."],["The `DeleteCompanyRequest` class has two properties, `CompanyName`, which is a CompanyName-typed view over the `Name` property, and `Name` which is a string representing the resource name of the company to be deleted, in the format \"projects/{project_id}/tenants/{tenant_id}/companies/{company_id}\"."],["There are multiple versions of the `DeleteCompanyRequest` ranging from 1.0.0 to the latest 2.7.0."]]],[]]