Class: CadenceThrift::StickyExecutionAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::StickyExecutionAttributes
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- WORKERTASKLIST =
10
- SCHEDULETOSTARTTIMEOUTSECONDS =
20
- FIELDS =
{ WORKERTASKLIST => {:type => ::Thrift::Types::STRUCT, :name => 'workerTaskList', :class => ::CadenceThrift::TaskList, :optional => true}, SCHEDULETOSTARTTIMEOUTSECONDS => {:type => ::Thrift::Types::I32, :name => 'scheduleToStartTimeoutSeconds', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3269 |
# File 'lib/gen/thrift/shared_types.rb', line 3269 def struct_fields; FIELDS; end |
#validate ⇒ Object
3271 3272 |
# File 'lib/gen/thrift/shared_types.rb', line 3271 def validate end |