Class: CadenceThrift::GetWorkflowExecutionHistoryResponse

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

HISTORY =
10
NEXTPAGETOKEN =
20
ARCHIVED =
30
FIELDS =
{
  HISTORY => {:type => ::Thrift::Types::STRUCT, :name => 'history', :class => ::CadenceThrift::History, :optional => true},
  NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true},
  ARCHIVED => {:type => ::Thrift::Types::BOOL, :name => 'archived', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end