Method: Falcon::DomainFileDetailsV1.openapi_types
- Defined in:
- lib/crimson-falcon/models/domain_file_details_v1.rb
.openapi_types ⇒ Object
Attribute type mapping.
63 64 65 66 67 68 69 70 |
# File 'lib/crimson-falcon/models/domain_file_details_v1.rb', line 63 def self.openapi_types { :'complete_data_set' => :'Boolean', :'download_urls' => :'Array<String>', :'name' => :'String', :'size' => :'Integer' } end |