Class: Google::Cloud::ServiceHealth::V1::ListOrganizationImpactsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::ListOrganizationImpactsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Message for response to listing organization impacts.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#organization_impacts ⇒ ::Array<::Google::Cloud::ServiceHealth::V1::OrganizationImpact>
readonly
Output only.
-
#unreachable ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String (readonly)
Returns Output only. The continuation token, used to page through large result
sets. Provide this value in a subsequent request as page_token
to
retrieve the next page.
If this field is not present, there are no subsequent results.
665 666 667 668 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 665 class ListOrganizationImpactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization_impacts ⇒ ::Array<::Google::Cloud::ServiceHealth::V1::OrganizationImpact> (readonly)
Returns Output only. List of impacts for an organization affected by service health events.
665 666 667 668 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 665 class ListOrganizationImpactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String> (readonly)
Returns Output only. Locations that could not be reached.
665 666 667 668 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 665 class ListOrganizationImpactsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |