Class: CadenceThrift::TimerStartedEventAttributes
- Inherits:
-
Object
- Object
- CadenceThrift::TimerStartedEventAttributes
- 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
- STARTTOFIRETIMEOUTSECONDS =
20
- DECISIONTASKCOMPLETEDEVENTID =
30
- FIELDS =
{ TIMERID => {:type => ::Thrift::Types::STRING, :name => 'timerId', :optional => true}, STARTTOFIRETIMEOUTSECONDS => {:type => ::Thrift::Types::I64, :name => 'startToFireTimeoutSeconds', :optional => true}, DECISIONTASKCOMPLETEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'decisionTaskCompletedEventId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2024 |
# File 'lib/gen/thrift/shared_types.rb', line 2024 def struct_fields; FIELDS; end |
#validate ⇒ Object
2026 2027 |
# File 'lib/gen/thrift/shared_types.rb', line 2026 def validate end |