Method: Zest::FileRemote.attribute_map
- Defined in:
- lib/zest/models/file_remote.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'lib/zest/models/file_remote.rb', line 87 def self.attribute_map { :'_href' => :'_href', :'_created' => :'_created', :'_type' => :'_type', :'name' => :'name', :'url' => :'url', :'validate' => :'validate', :'ssl_ca_certificate' => :'ssl_ca_certificate', :'ssl_client_certificate' => :'ssl_client_certificate', :'ssl_client_key' => :'ssl_client_key', :'ssl_validation' => :'ssl_validation', :'proxy_url' => :'proxy_url', :'username' => :'username', :'password' => :'password', :'_last_updated' => :'_last_updated', :'download_concurrency' => :'download_concurrency', :'policy' => :'policy' } end |