Class: CadenceThrift::QueryWorkflowResponse

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

QUERYRESULT =
10
QUERYREJECTED =
20
FIELDS =
{
  QUERYRESULT => {:type => ::Thrift::Types::STRING, :name => 'queryResult', :binary => true, :optional => true},
  QUERYREJECTED => {:type => ::Thrift::Types::STRUCT, :name => 'queryRejected', :class => ::CadenceThrift::QueryRejected, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end