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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end