public sealed class DeleteCompanyRequest : IMessage<DeleteCompanyRequest>, IEquatable<DeleteCompanyRequest>, IDeepCloneable<DeleteCompanyRequest>, IBufferMessage, IMessage
[[["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 latest version available for `DeleteCompanyRequest` is 2.7.0, with older versions ranging down to 1.0.0."],["`DeleteCompanyRequest` is a class used to request the deletion of a company, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes two constructors: a default one, and one that takes another `DeleteCompanyRequest` object as a parameter for copying."],["The `DeleteCompanyRequest` class contains properties such as `CompanyName`, which provides a typed view over the resource name, and `Name`, a string representing the resource name of the company to be deleted, which is a required property."]]],[]]