public sealed class GetOrganizationEventRequest : IMessage<GetOrganizationEventRequest>, IEquatable<GetOrganizationEventRequest>, IDeepCloneable<GetOrganizationEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Health v1 API class GetOrganizationEventRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eGetOrganizationEventRequest\u003c/code\u003e class within the Google Cloud Service Health v1 API, with the latest version being 1.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetOrganizationEventRequest\u003c/code\u003e class is used to retrieve information about a specific organization event, identified by a unique name.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, supporting various functionalities such as message handling, equality checks, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and another that accepts an existing \u003ccode\u003eGetOrganizationEventRequest\u003c/code\u003e object for initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eName\u003c/code\u003e, a required string that contains the unique identifier for the organization event, and \u003ccode\u003eOrganizationEventName\u003c/code\u003e, a typed view over the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# Service Health v1 API - Class GetOrganizationEventRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.2.0/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.1.0/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.0.0/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest) \n\n public sealed class GetOrganizationEventRequest : IMessage\u003cGetOrganizationEventRequest\u003e, IEquatable\u003cGetOrganizationEventRequest\u003e, IDeepCloneable\u003cGetOrganizationEventRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Service Health v1 API class GetOrganizationEventRequest.\n\nMessage for getting an organization event. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetOrganizationEventRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetOrganizationEventRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetOrganizationEventRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetOrganizationEventRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ServiceHealth.V1](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceHealth.V1.dll\n\nConstructors\n------------\n\n### GetOrganizationEventRequest()\n\n public GetOrganizationEventRequest()\n\n### GetOrganizationEventRequest(GetOrganizationEventRequest)\n\n public GetOrganizationEventRequest(GetOrganizationEventRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Unique name of the event in this scope including organization and\nevent ID using the form\n`organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}`.\n\n`organization_id` - ID (number) of the project that contains the event. To\nget your `organization_id`, see\n[Getting your organization resource\nID](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id).\\\u003cbr\\\u003e\n`event_id` - Organization event ID to retrieve.\n\n### OrganizationEventName\n\n public OrganizationEventName OrganizationEventName { get; set; }\n\n[OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationEventRequest#Google_Cloud_ServiceHealth_V1_GetOrganizationEventRequest_Name) resource name property."]]