Class: CadenceThrift::CountWorkflowExecutionsResponse
- Inherits:
-
Object
- Object
- CadenceThrift::CountWorkflowExecutionsResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb
Constant Summary collapse
- COUNT =
10
- FIELDS =
{ COUNT => {:type => ::Thrift::Types::I64, :name => 'count', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4037 |
# File 'lib/gen/thrift/shared_types.rb', line 4037 def struct_fields; FIELDS; end |
#validate ⇒ Object
4039 4040 |
# File 'lib/gen/thrift/shared_types.rb', line 4039 def validate end |