Method: OrderCloud::SecurityProfile.swagger_types
- Defined in:
- lib/order_cloud/models/security_profile.rb
.swagger_types ⇒ Object
Attribute type mapping.
46 47 48 49 50 51 52 |
# File 'lib/order_cloud/models/security_profile.rb', line 46 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'roles' => :'Array<String>' } end |