class UpdateChatRequest
Constants
- CHAT
- FIELDS
- REQSEQ
- UPDATEDATTRIBUTE
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 17222 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 17224 def validate unless @updatedAttribute.nil? || ::P0_a_e_a_b_g7::VALID_VALUES.include?(@updatedAttribute) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field updatedAttribute!') end end