Method: OryClient::EmailTemplateDataBody.openapi_types
- Defined in:
- lib/ory-client/models/email_template_data_body.rb
.openapi_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 |
# File 'lib/ory-client/models/email_template_data_body.rb', line 41 def self.openapi_types { :'html' => :'String', :'plaintext' => :'String' } end |