Method: OCI::ObjectStorage::Models::ListObjects.attribute_map

Defined in:
lib/oci/object_storage/models/list_objects.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
39
# File 'lib/oci/object_storage/models/list_objects.rb', line 31

def self.attribute_map
  {
    # rubocop:disable Style/SymbolLiteral
    'objects': :'objects',
    'prefixes': :'prefixes',
    'next_start_with': :'nextStartWith'
    # rubocop:enable Style/SymbolLiteral
  }
end