Class: TalkService::CreateRoomV2_args
- Inherits:
-
Object
- Object
- TalkService::CreateRoomV2_args
- 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_fields ⇒ Object
3115 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3115 def struct_fields; FIELDS; end |
#validate ⇒ Object
3117 3118 |
# File 'lib/linerb/gen-rb/talk_service.rb', line 3117 def validate end |