Class: Phaseo::Gen::TextContentPart
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::TextContentPart
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#text ⇒ String
1799 |
# File 'lib/gen/models.rb', line 1799 TextContentPart = Struct.new(:text, :type, keyword_init: true) |
#type ⇒ String
1799 |
# File 'lib/gen/models.rb', line 1799 TextContentPart = Struct.new(:text, :type, keyword_init: true) |