Class: Google::Cloud::AdvisoryNotifications::V1::Message::Body

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#text::Google::Cloud::AdvisoryNotifications::V1::Text

Returns The text content of the message body.

Returns:



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