Class: Google::Cloud::Support::V2beta::TextContent
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::TextContent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/content.rb
Overview
Stores text attached to a support object.
Instance Attribute Summary collapse
-
#plain_text ⇒ ::String
Content in this field should be rendered and interpreted as-is.
Instance Attribute Details
#plain_text ⇒ ::String
Returns Content in this field should be rendered and interpreted as-is.
28 29 30 31 |
# File 'proto_docs/google/cloud/support/v2beta/content.rb', line 28 class TextContent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |