Method: ElasticEmail::Suppression.openapi_types
- Defined in:
- lib/ElasticEmail/models/suppression.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 |
# File 'lib/ElasticEmail/models/suppression.rb', line 47 def self.openapi_types { :'email' => :'String', :'friendly_error_message' => :'String', :'error_code' => :'Integer', :'date_updated' => :'Time' } end |