Class: GetSubscriptionSlotHistoryResponse
- Inherits:
-
Object
- Object
- GetSubscriptionSlotHistoryResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- HISTORY =
1
- CONTINUATIONTOKEN =
2
- TOTALSIZE =
3
- FIELDS =
{ HISTORY => {:type => ::Thrift::Types::LIST, :name => 'history', :element => {:type => ::Thrift::Types::STRUCT, :class => ::SubscriptionSlotHistory}}, CONTINUATIONTOKEN => {:type => ::Thrift::Types::STRING, :name => 'continuationToken'}, TOTALSIZE => {:type => ::Thrift::Types::I64, :name => 'totalSize'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
11321 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11321 def struct_fields; FIELDS; end |
#validate ⇒ Object
11323 11324 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11323 def validate end |