Class: GetAllChatMidsResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

MEMBERCHATMIDS =
1
INVITEDCHATMIDS =
2
FIELDS =
{
  MEMBERCHATMIDS => {:type => ::Thrift::Types::SET, :name => 'memberChatMids', :element => {:type => ::Thrift::Types::STRING}},
  INVITEDCHATMIDS => {:type => ::Thrift::Types::SET, :name => 'invitedChatMids', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



16285
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16285

def struct_fields; FIELDS; end

#validateObject



16287
16288
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 16287

def validate
end