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-03-21 UTC."],[[["This page documents the `GetOrganizationEventRequest` class, which is part of the `Google.Cloud.ServiceHealth.V1` namespace in the .NET library and is currently in version 1.1.0."],["The `GetOrganizationEventRequest` class is used to retrieve information about a specific organization event and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes two constructors: a default constructor and one that accepts another `GetOrganizationEventRequest` object as a parameter for copying."],["It contains two primary properties: `Name`, which stores the unique identifier for the event, and `OrganizationEventName`, which offers a typed view of the resource name."],["The latest version available for this particular API call is 1.3.0, while 1.2.0 and 1.0.0 are also options for calling this API."]]],[]]