Class: CadenceThrift::DescribeTaskListResponse

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

POLLERS =
10
TASKLISTSTATUS =
20
FIELDS =
{
  POLLERS => {:type => ::Thrift::Types::LIST, :name => 'pollers', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::PollerInfo}, :optional => true},
  TASKLISTSTATUS => {:type => ::Thrift::Types::STRUCT, :name => 'taskListStatus', :class => ::CadenceThrift::TaskListStatus, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end