Method: ElasticEmail::NewApiKey.openapi_types
- Defined in:
- lib/ElasticEmail/models/new_api_key.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/ElasticEmail/models/new_api_key.rb', line 59 def self.openapi_types { :'token' => :'String', :'access_level' => :'Array<AccessLevel>', :'name' => :'String', :'date_created' => :'Time', :'last_use' => :'Time', :'expires' => :'Time', :'restrict_access_to_ip_range' => :'Array<String>' } end |