Method: OryClient::IdentityPatch.openapi_types
- Defined in:
- lib/ory-client/models/identity_patch.rb
.openapi_types ⇒ Object
Attribute type mapping.
38 39 40 41 42 43 |
# File 'lib/ory-client/models/identity_patch.rb', line 38 def self.openapi_types { :'create' => :'CreateIdentityBody', :'patch_id' => :'String' } end |