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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end