Method: PulpFileClient::FileFileContentResponse.attribute_map
- Defined in:
- lib/pulp_file_client/models/file_file_content_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
# File 'lib/pulp_file_client/models/file_file_content_response.rb', line 48 def self.attribute_map { :'pulp_href' => :'pulp_href', :'pulp_created' => :'pulp_created', :'artifact' => :'artifact', :'relative_path' => :'relative_path', :'md5' => :'md5', :'sha1' => :'sha1', :'sha224' => :'sha224', :'sha256' => :'sha256', :'sha384' => :'sha384', :'sha512' => :'sha512' } end |