Class: Google::Cloud::ServiceHealth::V1::OrganizationImpact
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::OrganizationImpact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Represents impact to assets at organizational level. It is a read-only view and does not allow any modifications.
Instance Attribute Summary collapse
-
#asset ⇒ ::Google::Cloud::ServiceHealth::V1::Asset
readonly
Output only.
-
#events ⇒ ::Array<::String>
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#asset ⇒ ::Google::Cloud::ServiceHealth::V1::Asset (readonly)
399 400 401 402 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 399 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#events ⇒ ::Array<::String> (readonly)
399 400 401 402 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 399 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
399 400 401 402 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 399 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
399 400 401 402 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 399 class OrganizationImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |