public sealed class DeleteCompanyRequest : IMessage<DeleteCompanyRequest>, IEquatable<DeleteCompanyRequest>, IDeepCloneable<DeleteCompanyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 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 documentation covers the `DeleteCompanyRequest` class, which is part of the Google Cloud Talent Solution v4beta1 API and is used to request the deletion of a company."],["The `DeleteCompanyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class provides two constructors, one default and another for creating a new instance by copying an existing `DeleteCompanyRequest` object, and it has two properties, `CompanyName` and `Name`."],["The `Name` property, which is required, represents the resource name of the company to delete, using a specific format that includes the project ID, tenant ID, and company ID."],["The latest version of this is 3.0.0-beta06."]]],[]]