public sealed class GetOrganizationEventRequest : IMessage<GetOrganizationEventRequest>, IEquatable<GetOrganizationEventRequest>, IDeepCloneable<GetOrganizationEventRequest>, IBufferMessage, IMessageReference documentation and code samples for the Service Health v1 API class GetOrganizationEventRequest.
Gets information about a specific event affecting an organization.
Implements
IMessageGetOrganizationEventRequest, IEquatableGetOrganizationEventRequest, IDeepCloneableGetOrganizationEventRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceHealth.V1Assembly
Google.Cloud.ServiceHealth.V1.dll
Constructors
GetOrganizationEventRequest()
public GetOrganizationEventRequest()GetOrganizationEventRequest(GetOrganizationEventRequest)
public GetOrganizationEventRequest(GetOrganizationEventRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetOrganizationEventRequest |
Properties
Name
public string Name { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrganizationEventName
public OrganizationEventName OrganizationEventName { get; set; }OrganizationEventName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrganizationEventName |
|