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-04-17 UTC."],[[["The latest version available for `GetCompanyRequest` is 2.7.0, with various versions from 1.0.0 to 2.7.0 accessible."],["`GetCompanyRequest` is a class used to request a company by its name, as it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetCompanyRequest` class includes constructors and two properties, `CompanyName` of type `CompanyName`, and `Name` of type `string`, which is required and represents the resource name of the company to retrieve."],["The class `GetCompanyRequest` inherits from the `Object` class, inheriting standard members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]