Class: CadenceThrift::SearchAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::SearchAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- INDEXEDFIELDS =
10
- FIELDS =
{ INDEXEDFIELDS => {:type => ::Thrift::Types::MAP, :name => 'indexedFields', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING, :binary => true}, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1039 |
# File 'lib/gen/thrift/shared_types.rb', line 1039 def struct_fields; FIELDS; end |
#validate ⇒ Object
1041 1042 |
# File 'lib/gen/thrift/shared_types.rb', line 1041 def validate end |