Method: OCI::DataIntegration::Models::InputLink.swagger_types

Defined in:
lib/oci/data_integration/models/input_link.rb

.swagger_typesObject

Attribute type mapping.



37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# File 'lib/oci/data_integration/models/input_link.rb', line 37

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'model_type': :'String',
    'key': :'String',
    'model_version': :'String',
    'parent_ref': :'OCI::DataIntegration::Models::ParentReference',
    'object_status': :'Integer',
    'description': :'String',
    'port': :'String',
    'from_link': :'String',
    'field_map': :'OCI::DataIntegration::Models::FieldMap'
    # rubocop:enable Style/SymbolLiteral
  }
end