Method: OCI::ResourceSearch::Models::ResourceSummary.swagger_types
- Defined in:
- lib/oci/resource_search/models/resource_summary.rb
.swagger_types ⇒ Object
Attribute type mapping.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'lib/oci/resource_search/models/resource_summary.rb', line 89 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'resource_type': :'String', 'identifier': :'String', 'compartment_id': :'String', 'time_created': :'DateTime', 'display_name': :'String', 'availability_domain': :'String', 'lifecycle_state': :'String', 'freeform_tags': :'Hash<String, String>', 'defined_tags': :'Hash<String, Hash<String, Object>>', 'system_tags': :'Hash<String, Hash<String, Object>>', 'search_context': :'OCI::ResourceSearch::Models::SearchContext', 'identity_context': :'Hash<String, Object>' # rubocop:enable Style/SymbolLiteral } end |