Class: GetSmartChannelRecommendationsResponse

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end