Class: CadenceThrift::DecisionTaskCompletedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::DecisionTaskCompletedEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- EXECUTIONCONTEXT =
10
- SCHEDULEDEVENTID =
20
- STARTEDEVENTID =
30
- IDENTITY =
40
- BINARYCHECKSUM =
50
- FIELDS =
{ EXECUTIONCONTEXT => {:type => ::Thrift::Types::STRING, :name => 'executionContext', :binary => true, :optional => true}, SCHEDULEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'scheduledEventId', :optional => true}, STARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'startedEventId', :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}, BINARYCHECKSUM => {:type => ::Thrift::Types::STRING, :name => 'binaryChecksum', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1753 |
# File 'lib/gen/thrift/shared_types.rb', line 1753 def struct_fields; FIELDS; end |
#validate ⇒ Object
1755 1756 |
# File 'lib/gen/thrift/shared_types.rb', line 1755 def validate end |