public sealed class GetOrganizationImpactRequest : IMessage<GetOrganizationImpactRequest>, IEquatable<GetOrganizationImpactRequest>, IDeepCloneable<GetOrganizationImpactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Health v1 API class GetOrganizationImpactRequest.
[[["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\u003eThe latest version of the \u003ccode\u003eGetOrganizationImpactRequest\u003c/code\u003e class is 1.3.0, part of the Service Health v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eGetOrganizationImpactRequest\u003c/code\u003e, is designed to retrieve organization impact information and is a message type that implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetOrganizationImpactRequest\u003c/code\u003e instances can be created with default or copy constructors, allowing initialization with either no data or with an existing \u003ccode\u003eGetOrganizationImpactRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetOrganizationImpactRequest\u003c/code\u003e class contains properties such as \u003ccode\u003eName\u003c/code\u003e, which is a required string representing the resource name, and \u003ccode\u003eOrganizationImpactName\u003c/code\u003e, a typed view of the resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements different inherited members, such as GetHashCode, GetType, and ToString, from its inherited object.\u003c/p\u003e\n"]]],[],null,["# Service Health v1 API - Class GetOrganizationImpactRequest (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.GetOrganizationImpactRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.2.0/Google.Cloud.ServiceHealth.V1.GetOrganizationImpactRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.1.0/Google.Cloud.ServiceHealth.V1.GetOrganizationImpactRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.0.0/Google.Cloud.ServiceHealth.V1.GetOrganizationImpactRequest) \n\n public sealed class GetOrganizationImpactRequest : IMessage\u003cGetOrganizationImpactRequest\u003e, IEquatable\u003cGetOrganizationImpactRequest\u003e, IDeepCloneable\u003cGetOrganizationImpactRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Service Health v1 API class GetOrganizationImpactRequest.\n\nMessage for getting an organization impact. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetOrganizationImpactRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetOrganizationImpactRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationImpactRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetOrganizationImpactRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationImpactRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetOrganizationImpactRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationImpactRequest), [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### GetOrganizationImpactRequest()\n\n public GetOrganizationImpactRequest()\n\n### GetOrganizationImpactRequest(GetOrganizationImpactRequest)\n\n public GetOrganizationImpactRequest(GetOrganizationImpactRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the resource using the form\n`organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}`.\n\n`organization_id` - ID (number) of the organization that contains the\nevent. To get 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`organization_impact_id` - ID of the [OrganizationImpact\nresource](/service-health/docs/reference/rest/v1beta/organizations.locations.organizationImpacts#OrganizationImpact).\n\n### OrganizationImpactName\n\n public OrganizationImpactName OrganizationImpactName { get; set; }\n\n[OrganizationImpactName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationImpactName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.GetOrganizationImpactRequest#Google_Cloud_ServiceHealth_V1_GetOrganizationImpactRequest_Name) resource name property."]]