Class: GetSmartChannelRecommendationsRequest
- Inherits:
-
Object
- Object
- GetSmartChannelRecommendationsRequest
- 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
- MAXRESULTS =
1
- PLACEMENT =
2
- TESTMODE =
3
- FIELDS =
{ MAXRESULTS => {:type => ::Thrift::Types::I32, :name => 'maxResults'}, PLACEMENT => {:type => ::Thrift::Types::STRING, :name => 'placement'}, TESTMODE => {:type => ::Thrift::Types::BOOL, :name => 'testMode'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
12284 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12284 def struct_fields; FIELDS; end |
#validate ⇒ Object
12286 12287 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 12286 def validate end |