Class: CadenceThrift::CountWorkflowExecutionsRequest

Inherits:
Object
  • Object
show all
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
QUERY =
20
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  QUERY => {:type => ::Thrift::Types::STRING, :name => 'query', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4021
# File 'lib/gen/thrift/shared_types.rb', line 4021

def struct_fields; FIELDS; end

#validateObject



4023
4024
# File 'lib/gen/thrift/shared_types.rb', line 4023

def validate
end