Class: CadenceThrift::ListOpenWorkflowExecutionsResponse
- Inherits:
-
Object
- Object
- CadenceThrift::ListOpenWorkflowExecutionsResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- EXECUTIONS =
10
- NEXTPAGETOKEN =
20
- FIELDS =
{ EXECUTIONS => {:type => ::Thrift::Types::LIST, :name => 'executions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::WorkflowExecutionInfo}, :optional => true}, NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3874 |
# File 'lib/gen/thrift/shared_types.rb', line 3874 def struct_fields; FIELDS; end |
#validate ⇒ Object
3876 3877 |
# File 'lib/gen/thrift/shared_types.rb', line 3876 def validate end |