Class: CadenceThrift::ListArchivedWorkflowExecutionsResponse
- Inherits:
-
Object
- Object
- CadenceThrift::ListArchivedWorkflowExecutionsResponse
- 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
4003 |
# File 'lib/gen/thrift/shared_types.rb', line 4003 def struct_fields; FIELDS; end |
#validate ⇒ Object
4005 4006 |
# File 'lib/gen/thrift/shared_types.rb', line 4005 def validate end |