Class: CadenceThrift::ListArchivedWorkflowExecutionsRequest

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
PAGESIZE =
20
NEXTPAGETOKEN =
30
QUERY =
40
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  PAGESIZE => {:type => ::Thrift::Types::I32, :name => 'pageSize', :optional => true},
  NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true},
  QUERY => {:type => ::Thrift::Types::STRING, :name => 'query', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end