public sealed class GetCompanyRequest : IMessage<GetCompanyRequest>, IEquatable<GetCompanyRequest>, IDeepCloneable<GetCompanyRequest>, 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-03-21 UTC."],[[["The `GetCompanyRequest` class is used to request a company by its name, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has versions available, including the latest `3.0.0-beta06`, `3.0.0-beta05`, and `2.0.0-beta07`, where the context of the information presented is within the scope of `2.0.0-beta07`."],["The `GetCompanyRequest` class includes constructors for creating new instances and a copy constructor for creating instances from existing `GetCompanyRequest` objects."],["The `GetCompanyRequest` class contains properties, `CompanyName` and `Name`, with the latter representing the resource name of the company to be retrieved, following a specified format."],["The class inherits members from the base Object class such as GetHashCode(), GetType(), MemberwiseClone() and ToString()."]]],[]]