Class: CadenceThrift::CancelTimerFailedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::CancelTimerFailedEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- TIMERID =
10
- CAUSE =
20
- DECISIONTASKCOMPLETEDEVENTID =
30
- IDENTITY =
40
- FIELDS =
{ TIMERID => {:type => ::Thrift::Types::STRING, :name => 'timerId', :optional => true}, CAUSE => {:type => ::Thrift::Types::STRING, :name => 'cause', :optional => true}, DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2086 |
# File 'lib/gen/thrift/shared_types.rb', line 2086 def struct_fields; FIELDS; end |
#validate ⇒ Object
2088 2089 |
# File 'lib/gen/thrift/shared_types.rb', line 2088 def validate end |