Method: Falcon::DomainBatchGetCommandRequest.openapi_types
- Defined in:
- lib/crimson-falcon/models/domain_batch_get_command_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 |
# File 'lib/crimson-falcon/models/domain_batch_get_command_request.rb', line 56 def self.openapi_types { :'batch_id' => :'String', :'file_path' => :'String', :'optional_hosts' => :'Array<String>' } end |