Class: Openlayer::Models::TestListResultsResponse::Item::RowsBody
Overview
Defined Under Namespace
Modules: ColumnFilter
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
606
|
# File 'sig/openlayer/models/test_list_results_response.rbs', line 606
def initialize: (
|
Instance Attribute Details
627
628
629
630
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 627
optional :column_filters,
-> { Openlayer::Internal::Type::ArrayOf[union: Openlayer::Models::TestListResultsResponse::Item::RowsBody::ColumnFilter] },
api_name: :columnFilters,
nil?: true
|
#exclude_row_id_list ⇒ Array<Integer>?
635
636
637
638
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 635
optional :exclude_row_id_list,
Openlayer::Internal::Type::ArrayOf[Integer],
api_name: :excludeRowIdList,
nil?: true
|
#not_search_query_and ⇒ Array<String>?
643
644
645
646
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 643
optional :not_search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryAnd,
nil?: true
|
#not_search_query_or ⇒ Array<String>?
651
652
653
654
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 651
optional :not_search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryOr,
nil?: true
|
#row_id_list ⇒ Array<Integer>?
659
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 659
optional :row_id_list, Openlayer::Internal::Type::ArrayOf[Integer], api_name: :rowIdList, nil?: true
|
#search_query_and ⇒ Array<String>?
664
665
666
667
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 664
optional :search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryAnd,
nil?: true
|
#search_query_or ⇒ Array<String>?
672
673
674
675
|
# File 'lib/openlayer/models/test_list_results_response.rb', line 672
optional :search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryOr,
nil?: true
|
Instance Method Details
#to_hash ⇒ {
616
|
# File 'sig/openlayer/models/test_list_results_response.rbs', line 616
def to_hash: -> {
|