Class: PutE2eeKeyRequest
- Inherits:
-
Object
- Object
- PutE2eeKeyRequest
- 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
- SESSIONID =
1
- E2EEKEY =
2
- FIELDS =
{ SESSIONID => {:type => ::Thrift::Types::STRING, :name => 'sessionId'}, E2EEKEY => {:type => ::Thrift::Types::MAP, :name => 'e2eeKey', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
6969 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6969 def struct_fields; FIELDS; end |
#validate ⇒ Object
6971 6972 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6971 def validate end |