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."],[[["This document outlines the `GetOrganizationImpactRequest` class, which is part of the Google Cloud Service Health V1 API, specifically within the `Google.Cloud.ServiceHealth.V1` namespace."],["The `GetOrganizationImpactRequest` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["There are multiple versions of the `GetOrganizationImpactRequest` available, with the latest being 1.3.0 and the initial version being 1.0.0, all of which are accessible via links provided."],["The class has two constructors, a default constructor and one that takes another `GetOrganizationImpactRequest` object, and it also has two main properties: `Name` (a string) and `OrganizationImpactName` (of type `OrganizationImpactName`)."],["The `Name` property is a required field that follows a specific format for resource identification, including the organization ID and the organization impact ID, allowing for retrieval of organization impact resources."]]],[]]