Class: CadenceThrift::DescribeTaskListRequest
- Inherits:
-
Object
- Object
- CadenceThrift::DescribeTaskListRequest
- 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_fields ⇒ Object
4348 |
# File 'lib/gen/thrift/shared_types.rb', line 4348 def struct_fields; FIELDS; end |
#validate ⇒ Object
4350 4351 |
# File 'lib/gen/thrift/shared_types.rb', line 4350 def validate end |