Method: Akeyless::DeactivateAcmeAccount.openapi_types
- Defined in:
- lib/akeyless/models/deactivate_acme_account.rb
.openapi_types ⇒ Object
Attribute type mapping.
55 56 57 58 59 60 61 62 63 64 |
# File 'lib/akeyless/models/deactivate_acme_account.rb', line 55 def self.openapi_types { :'acme_account_id' => :'String', :'cert_issuer_name' => :'String', :'delete_account' => :'Boolean', :'json' => :'Boolean', :'token' => :'String', :'uid_token' => :'String' } end |