Method: OCI::Opsi::Models::SqlText.swagger_types
- Defined in:
- lib/oci/opsi/models/sql_text.rb
.swagger_types ⇒ Object
Attribute type mapping.
68 69 70 71 72 73 74 75 76 77 78 79 80 |
# File 'lib/oci/opsi/models/sql_text.rb', line 68 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'version': :'Float', 'sql_identifier': :'String', 'time_collected': :'DateTime', 'sql_command': :'String', 'exact_matching_signature': :'String', 'force_matching_signature': :'String', 'sql_full_text': :'String' # rubocop:enable Style/SymbolLiteral } end |