Method: OCI::DataIntegration::Models::Application.swagger_types
- Defined in:
- lib/oci/data_integration/models/application.rb
.swagger_types ⇒ Object
Attribute type mapping.
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'lib/oci/data_integration/models/application.rb', line 98 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'key': :'String', 'model_type': :'String', 'model_version': :'String', 'name': :'String', 'description': :'String', 'application_version': :'Integer', 'object_status': :'Integer', 'identifier': :'String', 'parent_ref': :'OCI::DataIntegration::Models::ParentReference', 'object_version': :'Integer', 'dependent_object_metadata': :'Array<OCI::DataIntegration::Models::PatchObjectMetadata>', 'published_object_metadata': :'Hash<String, OCI::DataIntegration::Models::PatchObjectMetadata>', 'source_application_info': :'OCI::DataIntegration::Models::SourceApplicationInfo', 'time_patched': :'DateTime', 'metadata': :'OCI::DataIntegration::Models::ObjectMetadata', 'key_map': :'Hash<String, String>' # rubocop:enable Style/SymbolLiteral } end |