Method: OCI::ResourceManager::Models::UpdateJobDetails.swagger_types
- Defined in:
- lib/oci/resource_manager/models/update_job_details.rb
.swagger_types ⇒ Object
Attribute type mapping.
40 41 42 43 44 45 46 47 48 |
# File 'lib/oci/resource_manager/models/update_job_details.rb', line 40 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'display_name': :'String', 'freeform_tags': :'Hash<String, String>', 'defined_tags': :'Hash<String, Hash<String, Object>>' # rubocop:enable Style/SymbolLiteral } end |