Method: IbmCloudIam::InlineObject1.openapi_types
- Defined in:
- lib/ibm_cloud_iam/models/inline_object1.rb
.openapi_types ⇒ Object
Attribute type mapping.
40 41 42 43 44 45 46 47 |
# File 'lib/ibm_cloud_iam/models/inline_object1.rb', line 40 def self.openapi_types { :'grant_type' => :'String', :'username' => :'String', :'password' => :'String', :'account' => :'String' } end |