public sealed class GetOrganizationEventRequest : IMessage<GetOrganizationEventRequest>, IEquatable<GetOrganizationEventRequest>, IDeepCloneable<GetOrganizationEventRequest>, IBufferMessage, IMessage
Required. Unique name of the event in this scope including organization and
event ID using the form
organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}.
organization_id - ID (number) of the project that contains the event. To
get your organization_id, see
Getting your organization resource
ID.<br>
event_id - Organization event ID to retrieve.
[[["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-08-04 UTC."],[[["This document outlines the `GetOrganizationEventRequest` class, which is part of the Google Cloud Service Health API, specifically within version 1.2.0 of the `Google.Cloud.ServiceHealth.V1` namespace."],["The `GetOrganizationEventRequest` class is used to retrieve a specific organization event by its unique name, including the organization ID and event ID, following the specified format."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message serialization, equality checks, deep cloning, and buffer operations."],["The class includes two constructors, one default and another that creates a new instance based on an existing `GetOrganizationEventRequest` object, and has properties for the event's `Name` (as a string) and an `OrganizationEventName` type."]]],[]]