Class: CadenceThrift::DecisionTaskScheduledEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::DecisionTaskScheduledEventAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- TASKLIST =
10
- STARTTOCLOSETIMEOUTSECONDS =
20
- ATTEMPT =
30
- FIELDS =
{ TASKLIST => {:type => ::Thrift::Types::STRUCT, :name => 'taskList', :class => ::CadenceThrift::TaskList, :optional => true}, STARTTOCLOSETIMEOUTSECONDS => {:type => ::Thrift::Types::I32, :name => 'startToCloseTimeoutSeconds', :optional => true}, ATTEMPT => {:type => ::Thrift::Types::I64, :name => 'attempt', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1709 |
# File 'lib/gen/thrift/shared_types.rb', line 1709 def struct_fields; FIELDS; end |
#validate ⇒ Object
1711 1712 |
# File 'lib/gen/thrift/shared_types.rb', line 1711 def validate end |