Class: CadenceThrift::ListWorkflowExecutionsRequest
- Inherits:
-
Object
- Object
- CadenceThrift::ListWorkflowExecutionsRequest
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- DOMAIN =
10
- PAGESIZE =
20
- NEXTPAGETOKEN =
30
- QUERY =
40
- FIELDS =
{ DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true}, PAGESIZE => {:type => ::Thrift::Types::I32, :name => 'pageSize', :optional => true}, NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true}, QUERY => {:type => ::Thrift::Types::STRING, :name => 'query', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
3945 |
# File 'lib/gen/thrift/shared_types.rb', line 3945 def struct_fields; FIELDS; end |
#validate ⇒ Object
3947 3948 |
# File 'lib/gen/thrift/shared_types.rb', line 3947 def validate end |