Method: OCI::FileStorage::Models::UpdateExportSetDetails.attribute_map

Defined in:
lib/oci/file_storage/models/update_export_set_details.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



45
46
47
48
49
50
51
52
53
# File 'lib/oci/file_storage/models/update_export_set_details.rb', line 45

def self.attribute_map
  {
    # rubocop:disable Style/SymbolLiteral
    'display_name': :'displayName',
    'max_fs_stat_bytes': :'maxFsStatBytes',
    'max_fs_stat_files': :'maxFsStatFiles'
    # rubocop:enable Style/SymbolLiteral
  }
end