class MultiJoinCentroidsRequest

Constants

FIELDS
IDS
IGNOREMISSING

Public Instance Methods

struct_fields() click to toggle source
# File lib/gen-rb/relevanced_protocol_types.rb, line 639
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/gen-rb/relevanced_protocol_types.rb, line 641
def validate
  raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Required field ids is unset!') unless @ids
end