Method: ElasticEmail::SmtpCredentials.openapi_nullable
- Defined in:
- lib/ElasticEmail/models/smtp_credentials.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
88 89 90 91 92 93 |
# File 'lib/ElasticEmail/models/smtp_credentials.rb', line 88 def self.openapi_nullable Set.new([ :'last_use', :'expires', ]) end |