class BuddySearchResult

Constants

BOTTYPE
BUSINESSACCOUNT
DISPLAYNAME
FIELDS
ICONTYPE
MID
PICTUREPATH
PICTURESTATUS
STATUSMESSAGE

Public Instance Methods

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