Class: Google::Cloud::AdvisoryNotifications::V1::Subject

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 subject line of a notification.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The text content.

Returns:



68
69
70
71
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 68

class Subject
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end