Class: Openlayer::Models::Commits::TestResultListResponse::Item::RowsBody
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openlayer/models/commits/test_result_list_response.rb,
sig/openlayer/models/commits/test_result_list_response.rbs
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
602
|
# File 'sig/openlayer/models/commits/test_result_list_response.rbs', line 602
def initialize: (
|
Instance Attribute Details
623
624
625
626
|
# File 'lib/openlayer/models/commits/test_result_list_response.rb', line 623
optional :column_filters,
-> { Openlayer::Internal::Type::ArrayOf[union: Openlayer::Models::Commits::TestResultListResponse::Item::RowsBody::ColumnFilter] },
api_name: :columnFilters,
nil?: true
|
#exclude_row_id_list ⇒ Array<Integer>?
631
632
633
634
|
# File 'lib/openlayer/models/commits/test_result_list_response.rb', line 631
optional :exclude_row_id_list,
Openlayer::Internal::Type::ArrayOf[Integer],
api_name: :excludeRowIdList,
nil?: true
|
#not_search_query_and ⇒ Array<String>?
639
640
641
642
|
# File 'lib/openlayer/models/commits/test_result_list_response.rb', line 639
optional :not_search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryAnd,
nil?: true
|
#not_search_query_or ⇒ Array<String>?
647
648
649
650
|
# File 'lib/openlayer/models/commits/test_result_list_response.rb', line 647
optional :not_search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryOr,
nil?: true
|
#row_id_list ⇒ Array<Integer>?
655
656
657
658
|
# File 'lib/openlayer/models/commits/test_result_list_response.rb', line 655
optional :row_id_list,
Openlayer::Internal::Type::ArrayOf[Integer],
api_name: :rowIdList,
nil?: true
|
#search_query_and ⇒ Array<String>?
663
664
665
666
|
# File 'lib/openlayer/models/commits/test_result_list_response.rb', line 663
optional :search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryAnd,
nil?: true
|
#search_query_or ⇒ Array<String>?
671
672
673
674
|
# File 'lib/openlayer/models/commits/test_result_list_response.rb', line 671
optional :search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryOr,
nil?: true
|
Instance Method Details
#to_hash ⇒ {
612
|
# File 'sig/openlayer/models/commits/test_result_list_response.rbs', line 612
def to_hash: -> {
|