Method: DealMakerAPI::V1EntitiesAttachment.openapi_types

Defined in:
lib/DealMakerAPI/models/v1_entities_attachment.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
# File 'lib/DealMakerAPI/models/v1_entities_attachment.rb', line 42

def self.openapi_types
  {
    :'id' => :'String',
    :'url' => :'String',
    :'file_name' => :'String'
  }
end