Class: Openlayer::Models::Commits::TestResultListResponse::Item::RowsBody

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openlayer/models/commits/test_result_list_response.rb

Overview

See Also:

Defined Under Namespace

Modules: ColumnFilter

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Openlayer::Internal::Type::BaseModel

Instance Attribute Details

#exclude_row_id_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


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_andArray<String>?

Returns:

  • (Array<String>, nil)


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_orArray<String>?

Returns:

  • (Array<String>, nil)


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_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


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_andArray<String>?

Returns:

  • (Array<String>, nil)


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_orArray<String>?

Returns:

  • (Array<String>, nil)


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