Class: Google::Cloud::ServiceHealth::V1::ListOrganizationEventsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::ListOrganizationEventsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
readonly
Output only.
-
#organization_events ⇒ ::Array<::Google::Cloud::ServiceHealth::V1::OrganizationEvent>
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.
567 568 569 570 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 567 class ListOrganizationEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization_events ⇒ ::Array<::Google::Cloud::ServiceHealth::V1::OrganizationEvent> (readonly)
Returns Output only. List of organization events affecting an organization.
567 568 569 570 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 567 class ListOrganizationEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String> (readonly)
Returns Output only. Locations that could not be reached.
567 568 569 570 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 567 class ListOrganizationEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |