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