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 provides documentation for the `GetOrganizationEventRequest` class within the `Google.Cloud.ServiceHealth.V1` namespace, detailing its structure, inheritance, and implementation."],["The `GetOrganizationEventRequest` class is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`GetOrganizationEventRequest()`) and a copy constructor (`GetOrganizationEventRequest(GetOrganizationEventRequest other)`)."],["It contains two properties: `Name` (a string) which represents the unique name of the event and `OrganizationEventName`, which provides a typed view of the resource name."],["The latest version of the API is version 1.3.0, with previous versions 1.2.0, 1.1.0 and 1.0.0 also detailed."]]],[]]