Method: Nodeum::ImportFileWithPath.attribute_map
- Defined in:
- lib/nodeum_sdk/models/import_file_with_path.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 |
# File 'lib/nodeum_sdk/models/import_file_with_path.rb', line 66 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'parent' => :'parent', :'primary_id' => :'primary_id', :'type' => :'type', :'permission' => :'permission', :'size' => :'size', :'change_date' => :'change_date', :'modification_date' => :'modification_date', :'access_date' => :'access_date', :'uid' => :'uid', :'gid' => :'gid', :'file_path' => :'file_path' } end |