Class: CadenceThrift::DecisionTaskStartedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::DecisionTaskStartedEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- SCHEDULEDEVENTID =
10
- IDENTITY =
20
- REQUESTID =
30
- FIELDS =
{ SCHEDULEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'scheduledEventId', :optional => true}, IDENTITY => {:type => ::Thrift::Types::STRING, :name => 'identity', :optional => true}, REQUESTID => {:type => ::Thrift::Types::STRING, :name => 'requestId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1729 |
# File 'lib/gen/thrift/shared_types.rb', line 1729 def struct_fields; FIELDS; end |
#validate ⇒ Object
1731 1732 |
# File 'lib/gen/thrift/shared_types.rb', line 1731 def validate end |