Class: Phaseo::Gen::ResponsesOutputTextPart
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::ResponsesOutputTextPart
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#annotations ⇒ Array<Hash{String => Object}>?
1680 |
# File 'lib/gen/models.rb', line 1680 ResponsesOutputTextPart = Struct.new(:annotations, :text, :type, keyword_init: true) |
#text ⇒ String
1680 |
# File 'lib/gen/models.rb', line 1680 ResponsesOutputTextPart = Struct.new(:annotations, :text, :type, keyword_init: true) |
#type ⇒ String
1680 |
# File 'lib/gen/models.rb', line 1680 ResponsesOutputTextPart = Struct.new(:annotations, :text, :type, keyword_init: true) |