Class: DropboxApi::Metadata::SearchMatchV2

Inherits:
Base
  • Object
show all
Defined in:
lib/dropbox_api/metadata/search_match_v2.rb

Instance Method Summary collapse

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

This class inherits a constructor from DropboxApi::Metadata::Base

Instance Method Details

#resourceObject



11
12
13
14
15
16
# File 'lib/dropbox_api/metadata/search_match_v2.rb', line 11

def resource
  # for some strange reason, v2 of this search endpoint doesn't have
  # the `resource` field anymore and file metadata is wrapped in a
  # metadata/metadata field...
  .
end