public OrganizationEventName(string organizationId, string locationId, string eventId)
Constructs a new instance of a OrganizationEventName class from the component parts of pattern
organizations/{organization}/locations/{location}/organizationEvents/{event}
public static string Format(string organizationId, string locationId, string eventId)
Formats the IDs into the string representation of this OrganizationEventName with pattern
organizations/{organization}/locations/{location}/organizationEvents/{event}.
public static string FormatOrganizationLocationEvent(string organizationId, string locationId, string eventId)
Formats the IDs into the string representation of this OrganizationEventName with pattern
organizations/{organization}/locations/{location}/organizationEvents/{event}.
If true will successfully store an unparseable resource name into the UnparsedResource
property; otherwise will throw an ArgumentException if an unparseable resource name is
specified.
If true will successfully store an unparseable resource name into the UnparsedResource
property; otherwise will throw an ArgumentException if an unparseable resource name is
specified.
[[["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 documentation provides details for the \u003ccode\u003eOrganizationEventName\u003c/code\u003e class within the Google Cloud Service Health v1 API, which is used to represent resource names for \u003ccode\u003eOrganizationEvent\u003c/code\u003e resources.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOrganizationEventName\u003c/code\u003e class implements \u003ccode\u003eIResourceName\u003c/code\u003e and \u003ccode\u003eIEquatable\u003c/code\u003e, allowing for structured resource name handling and equality comparisons within .NET applications.\u003c/p\u003e\n"],["\u003cp\u003eThe class supports creating and parsing \u003ccode\u003eOrganizationEventName\u003c/code\u003e instances, based on a pattern including the organization, location and event IDs using the format \u003ccode\u003eorganizations/{organization}/locations/{location}/organizationEvents/{event}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are methods and operators available for formatting, parsing, and comparing \u003ccode\u003eOrganizationEventName\u003c/code\u003e instances, including handling of unparsed resource names, which provides flexibility.\u003c/p\u003e\n"],["\u003cp\u003eConstructors and properties of the class allow you to access and manipulate the \u003ccode\u003eOrganizationId\u003c/code\u003e, \u003ccode\u003eLocationId\u003c/code\u003e, and \u003ccode\u003eEventId\u003c/code\u003e, along with checking if the instance is a known pattern.\u003c/p\u003e\n"]]],[],null,["# Service Health v1 API - Class OrganizationEventName (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.OrganizationEventName)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.2.0/Google.Cloud.ServiceHealth.V1.OrganizationEventName)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.1.0/Google.Cloud.ServiceHealth.V1.OrganizationEventName)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.0.0/Google.Cloud.ServiceHealth.V1.OrganizationEventName) \n\n public sealed class OrganizationEventName : IResourceName, IEquatable\u003cOrganizationEventName\u003e\n\nReference documentation and code samples for the Service Health v1 API class OrganizationEventName.\n\nResource name for the `OrganizationEvent` resource. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e OrganizationEventName \n\nImplements\n----------\n\n[IResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.IResourceName.html), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) \n\nInherited Members\n-----------------\n\n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)\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### OrganizationEventName(string, string, string)\n\n public OrganizationEventName(string organizationId, string locationId, string eventId)\n\nConstructs a new instance of a [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) class from the component parts of pattern\n`organizations/{organization}/locations/{location}/organizationEvents/{event}`\n\nProperties\n----------\n\n### EventId\n\n public string EventId { get; }\n\nThe `Event` ID. Will not be `null`, unless this instance contains an unparsed resource name.\n\n### IsKnownPattern\n\n public bool IsKnownPattern { get; }\n\nWhether this instance contains a resource name with a known pattern.\n\n### LocationId\n\n public string LocationId { get; }\n\nThe `Location` ID. Will not be `null`, unless this instance contains an unparsed resource name.\n\n### OrganizationId\n\n public string OrganizationId { get; }\n\nThe `Organization` ID. Will not be `null`, unless this instance contains an unparsed resource\nname.\n\n### Type\n\n public OrganizationEventName.ResourceNameType Type { get; }\n\nThe [OrganizationEventName.ResourceNameType](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName.ResourceNameType) of the contained resource name.\n\n### UnparsedResource\n\n public UnparsedResourceName UnparsedResource { get; }\n\nThe contained [UnparsedResourceName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.UnparsedResourceName.html). Only non-`null` if this instance contains an\nunparsed resource name.\n\nMethods\n-------\n\n### Format(string, string, string)\n\n public static string Format(string organizationId, string locationId, string eventId)\n\nFormats the IDs into the string representation of this [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) with pattern\n`organizations/{organization}/locations/{location}/organizationEvents/{event}`.\n\n### FormatOrganizationLocationEvent(string, string, string)\n\n public static string FormatOrganizationLocationEvent(string organizationId, string locationId, string eventId)\n\nFormats the IDs into the string representation of this [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) with pattern\n`organizations/{organization}/locations/{location}/organizationEvents/{event}`.\n\n### FromOrganizationLocationEvent(string, string, string)\n\n public static OrganizationEventName FromOrganizationLocationEvent(string organizationId, string locationId, string eventId)\n\nCreates a [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) with the pattern\n`organizations/{organization}/locations/{location}/organizationEvents/{event}`.\n\n### FromUnparsed(UnparsedResourceName)\n\n public static OrganizationEventName FromUnparsed(UnparsedResourceName unparsedResourceName)\n\nCreates a [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) containing an unparsed resource name.\n\n### GetHashCode()\n\n public override int GetHashCode()\n\nReturns a hash code for this resource name.\n\n**Overrides** \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)\n\n### Parse(string)\n\n public static OrganizationEventName Parse(string organizationEventName)\n\nParses the given resource name string into a new [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) instance.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `organizations/{organization}/locations/{location}/organizationEvents/{event}`\n\n\u003cbr /\u003e\n\n### Parse(string, bool)\n\n public static OrganizationEventName Parse(string organizationEventName, bool allowUnparsed)\n\nParses the given resource name string into a new [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) instance; optionally\nallowing an unparseable resource name.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `organizations/{organization}/locations/{location}/organizationEvents/{event}`\n\nOr may be in any format if `allowUnparsed` is `true`.\n\n\u003cbr /\u003e\n\n### ToString()\n\n public override string ToString()\n\nThe string representation of the resource name.\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\n### TryParse(string, out OrganizationEventName)\n\n public static bool TryParse(string organizationEventName, out OrganizationEventName result)\n\nTries to parse the given resource name string into a new [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) instance.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `organizations/{organization}/locations/{location}/organizationEvents/{event}`\n\n\u003cbr /\u003e\n\n### TryParse(string, bool, out OrganizationEventName)\n\n public static bool TryParse(string organizationEventName, bool allowUnparsed, out OrganizationEventName result)\n\nTries to parse the given resource name string into a new [OrganizationEventName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationEventName) instance;\noptionally allowing an unparseable resource name.\n\n**Remarks** \nTo parse successfully, the resource name must be formatted as one of the following:\n\n- `organizations/{organization}/locations/{location}/organizationEvents/{event}`\n\nOr may be in any format if `allowUnparsed` is `true`.\n\n\u003cbr /\u003e\n\nOperators\n---------\n\n### operator ==(OrganizationEventName, OrganizationEventName)\n\n public static bool operator ==(OrganizationEventName a, OrganizationEventName b)\n\nDetermines whether two specified resource names have the same value.\n\n### operator !=(OrganizationEventName, OrganizationEventName)\n\n public static bool operator !=(OrganizationEventName a, OrganizationEventName b)\n\nDetermines whether two specified resource names have different values."]]