Class: CadenceThrift::WorkflowExecutionFilter
- Inherits:
-
Object
- Object
- CadenceThrift::WorkflowExecutionFilter
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- WORKFLOWID =
10
- RUNID =
20
- FIELDS =
{ WORKFLOWID => {:type => ::Thrift::Types::STRING, :name => 'workflowId', :optional => true}, RUNID => {:type => ::Thrift::Types::STRING, :name => 'runId', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
2743 |
# File 'lib/gen/thrift/shared_types.rb', line 2743 def struct_fields; FIELDS; end |
#validate ⇒ Object
2745 2746 |
# File 'lib/gen/thrift/shared_types.rb', line 2745 def validate end |