Class: Google::Cloud::Monitoring::V3::AlertPolicy::Documentation
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Documentation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
A content string and a MIME type that describes the content string's format.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The body of the documentation, interpreted according to
mime_type. -
#mime_type ⇒ ::String
The format of the
contentfield. -
#subject ⇒ ::String
Optional.
Instance Attribute Details
#content ⇒ ::String
164 165 166 167 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 164 class Documentation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
164 165 166 167 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 164 class Documentation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subject ⇒ ::String
164 165 166 167 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 164 class Documentation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |