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."],[[["This document provides reference documentation for the `DeleteCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically detailing its usage for deleting a company resource."],["The latest version of the API available for reference is 2.7.0, with several prior versions (down to 1.0.0) also listed for historical documentation."],["The `DeleteCompanyRequest` class, which inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, includes constructors and properties for managing the request, such as `CompanyName` and `Name`."],["The `Name` property of the `DeleteCompanyRequest` is a required field, which represents the resource name of the company to be deleted, formatted as a string with the project, tenant, and company IDs."]]],[]]