Method: ElasticEmail::ApiKey.openapi_types
- Defined in:
- lib/ElasticEmail/models/api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
55 56 57 58 59 60 61 62 63 64 |
# File 'lib/ElasticEmail/models/api_key.rb', line 55 def self.openapi_types { :'access_level' => :'Array<AccessLevel>', :'name' => :'String', :'date_created' => :'Time', :'last_use' => :'Time', :'expires' => :'Time', :'restrict_access_to_ip_range' => :'Array<String>' } end |