Method: IbmCloudIam::InlineObject3.openapi_types
- Defined in:
- lib/ibm_cloud_iam/models/inline_object3.rb
.openapi_types ⇒ Object
Attribute type mapping.
44 45 46 47 48 49 50 51 52 |
# File 'lib/ibm_cloud_iam/models/inline_object3.rb', line 44 def self.openapi_types { :'grant_type' => :'String', :'apikey' => :'String', :'response_type' => :'String', :'receiver_client_ids' => :'String', :'delegated_refresh_token_expiry' => :'Integer' } end |