class TalkService::GetPreviousMessagesV2WithRequest_args

Constants

FIELDS
REQUEST
SYNCREASON

Public Instance Methods

struct_fields() click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 3330
def struct_fields; FIELDS; end
validate() click to toggle source
# File lib/linerb/gen-rb/talk_service.rb, line 3332
def validate
  unless @syncReason.nil? || ::P0_a_e_a_b_sg::VALID_VALUES.include?(@syncReason)
    raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field syncReason!')
  end
end