Class: TalkService::CreateRoomV2_args

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

Constant Summary collapse

REQSEQ =
1
CONTACTIDS =
2
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  CONTACTIDS => {:type => ::Thrift::Types::LIST, :name => 'contactIds', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



3134
# File 'lib/linerb/gen-rb/talk_service.rb', line 3134

def struct_fields; FIELDS; end

#validateObject



3136
3137
# File 'lib/linerb/gen-rb/talk_service.rb', line 3136

def validate
end