Class: Google::Cloud::ServiceHealth::V1::GetOrganizationEventRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::GetOrganizationEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
event_id - Organization event ID to retrieve.
583 584 585 586 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 583 class GetOrganizationEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |