Class: CadenceThrift::ListArchivedWorkflowExecutionsResponse

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

EXECUTIONS =
10
NEXTPAGETOKEN =
20
FIELDS =
{
  EXECUTIONS => {:type => ::Thrift::Types::LIST, :name => 'executions', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::WorkflowExecutionInfo}, :optional => true},
  NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end