Class: GetSubscriptionSlotHistoryResponse

Inherits:
Object
  • Object
show all
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_fieldsObject



11321
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11321

def struct_fields; FIELDS; end

#validateObject



11323
11324
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11323

def validate
end