Class: CadenceThrift::DescribeTaskListRequest

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
TASKLIST =
20
TASKLISTTYPE =
30
INCLUDETASKLISTSTATUS =
40
FIELDS =
{
  DOMAIN => {:type => ::Thrift::Types::STRING, :name => 'domain', :optional => true},
  TASKLIST => {:type => ::Thrift::Types::STRUCT, :name => 'taskList', :class => ::CadenceThrift::TaskList, :optional => true},
  TASKLISTTYPE => {:type => ::Thrift::Types::I32, :name => 'taskListType', :optional => true, :enum_class => ::CadenceThrift::TaskListType},
  INCLUDETASKLISTSTATUS => {:type => ::Thrift::Types::BOOL, :name => 'includeTaskListStatus', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end