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
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.
671 672 673 674 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 671 class GetOrganizationImpactRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |