Method: KlaviyoAPI::EmailContent.openapi_types
- Defined in:
- lib/klaviyo-api-sdk/models/email_content.rb
.openapi_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 64 65 66 67 68 |
# File 'lib/klaviyo-api-sdk/models/email_content.rb', line 58 def self.openapi_types { :'subject' => :'String', :'preview_text' => :'String', :'from_email' => :'String', :'from_label' => :'String', :'reply_to_email' => :'String', :'cc_email' => :'String', :'bcc_email' => :'String' } end |