Method: Falcon::FwmgrDomainConnectionType.openapi_types
- Defined in:
- lib/crimson-falcon/models/fwmgr_domain_connection_type.rb
.openapi_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 |
# File 'lib/crimson-falcon/models/fwmgr_domain_connection_type.rb', line 53 def self.openapi_types { :'wired' => :'Boolean', :'wireless' => :'FwmgrDomainWirelessType' } end |