Reference documentation and code samples for the Service Health V1 API class Google::Cloud::ServiceHealth::V1::ListOrganizationImpactsResponse.
Response to request for listing projects under an organization affected by an event.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — Output only. The continuation token, used to page through large result
sets. Provide this value in a subsequent request as page_tokento retrieve the next page.If this field is not present, there are no subsequent results. 
#organization_impacts
def organization_impacts() -> ::Array<::Google::Cloud::ServiceHealth::V1::OrganizationImpact>
    Returns
    
  - (::Array<::Google::Cloud::ServiceHealth::V1::OrganizationImpact>) — Output only. List of impacts for an organization affected by service health events.
#unreachable
def unreachable() -> ::Array<::String>
    Returns
    
- (::Array<::String>) — Output only. Locations that could not be reached.