Class: Google::Cloud::ServiceHealth::V1::GetOrganizationImpactRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::GetOrganizationImpactRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Gets information about an event that affects a project under an organization.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.
organization_impact_id - ID of the OrganizationImpact
resource.
683 684 685 686 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 683 class GetOrganizationImpactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |