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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end