Class: GetSmartChannelRecommendationsResponse
- Inherits:
-
Object
- Object
- GetSmartChannelRecommendationsResponse
- 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
- SMARTCHANNELRECOMMENDATIONS =
1
- MININTERVAL =
2
- REQUESTID =
3
- FIELDS =
{ SMARTCHANNELRECOMMENDATIONS => {:type => ::Thrift::Types::LIST, :name => 'smartChannelRecommendations', :element => {:type => ::Thrift::Types::STRUCT, :class => ::SmartChannelRecommendation}}, MININTERVAL => {:type => ::Thrift::Types::I32, :name => 'minInterval'}, REQUESTID => {:type => ::Thrift::Types::STRING, :name => 'requestId'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
12342 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12342 def struct_fields; FIELDS; end |
#validate ⇒ Object
12344 12345 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12344 def validate end |