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-09 UTC."],[[["The latest version of the `DeleteCompanyRequest` class in the Google Cloud Talent Solution v4 API is version 2.7.0, with previous versions ranging from 2.6.0 down to 1.0.0 available for reference."],["`DeleteCompanyRequest` is a class used to request the deletion of a company and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteCompanyRequest` class has two constructors, a default parameterless constructor, and one that takes another `DeleteCompanyRequest` as a parameter."],["The class contains two properties, `CompanyName`, a typed view of 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}\"."],["The `DeleteCompanyRequest` class inherits from the standard object class, inheriting methods such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]