public sealed class GetOrganizationImpactRequest : IMessage<GetOrganizationImpactRequest>, IEquatable<GetOrganizationImpactRequest>, IDeepCloneable<GetOrganizationImpactRequest>, 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 latest version available is 1.3.0, with older versions including 1.2.0, 1.1.0, and 1.0.0 also accessible."],["The `GetOrganizationImpactRequest` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class and has methods such as `GetHashCode()`, `GetType()`, and `ToString()` inherited from it."],["It contains two constructors: a default constructor `GetOrganizationImpactRequest()` and one that takes another `GetOrganizationImpactRequest` object as a parameter for cloning."],["The class properties include `Name`, which requires a resource name in the format `organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}`, and `OrganizationImpactName`, which provides a typed view of the `Name` property."]]],[]]