Class: TalkService::RemoveChatRoomAnnouncement_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
CHATROOMMID =
2
ANNOUNCEMENTSEQ =
3
FIELDS =
{
  REQSEQ => {:type => ::Thrift::Types::I32, :name => 'reqSeq'},
  CHATROOMMID => {:type => ::Thrift::Types::STRING, :name => 'chatRoomMid'},
  ANNOUNCEMENTSEQ => {:type => ::Thrift::Types::I64, :name => 'announcementSeq'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end