Method: OCI::Database::Models::DbHomeSummary.swagger_types
- Defined in:
- lib/oci/database/models/db_home_summary.rb
.swagger_types ⇒ Object
Attribute type mapping.
78 79 80 81 82 83 84 85 86 87 88 89 90 91 |
# File 'lib/oci/database/models/db_home_summary.rb', line 78 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'id': :'String', 'compartment_id': :'String', 'display_name': :'String', 'last_patch_history_entry_id': :'String', 'lifecycle_state': :'String', 'db_system_id': :'String', 'db_version': :'String', 'time_created': :'DateTime' # rubocop:enable Style/SymbolLiteral } end |