Class: DropboxApi::Metadata::SearchMatchTypeV2

Inherits:
Tag
  • Object
show all
Defined in:
lib/dropbox_api/metadata/search_match_type_v2.rb

Constant Summary collapse

VALID_VALUES =
%i[
  filename
  file_content
  filename_and_content
  image_content
].freeze

Class Method Summary collapse

Methods inherited from Tag

new, validate

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

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

Class Method Details

.valid_valuesObject



12
13
14
# File 'lib/dropbox_api/metadata/search_match_type_v2.rb', line 12

def self.valid_values
  VALID_VALUES
end