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
Message for getting an organization impact.
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.
682 683 684 685 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 682 class GetOrganizationImpactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |