Class: Google::Cloud::AdvisoryNotifications::V1::Message::Body
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::Message::Body
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
A message body containing text.
Instance Attribute Summary collapse
-
#text ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Text
The text content of the message body.
Instance Attribute Details
#text ⇒ ::Google::Cloud::AdvisoryNotifications::V1::Text
Returns The text content of the message body.
94 95 96 97 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 94 class Body include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |