Class: Openlayer::Models::TestListResultsResponse::LastUnskippedResult::RowsBody

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openlayer/models/test_list_results_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)


1460
1461
1462
1463
# File 'lib/openlayer/models/test_list_results_response.rb', line 1460

optional :exclude_row_id_list,
Openlayer::Internal::Type::ArrayOf[Integer],
api_name: :excludeRowIdList,
nil?: true

#not_search_query_andArray<String>?

Returns:

  • (Array<String>, nil)


1468
1469
1470
1471
# File 'lib/openlayer/models/test_list_results_response.rb', line 1468

optional :not_search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryAnd,
nil?: true

#not_search_query_orArray<String>?

Returns:

  • (Array<String>, nil)


1476
1477
1478
1479
# File 'lib/openlayer/models/test_list_results_response.rb', line 1476

optional :not_search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryOr,
nil?: true

#row_id_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


1484
# File 'lib/openlayer/models/test_list_results_response.rb', line 1484

optional :row_id_list, Openlayer::Internal::Type::ArrayOf[Integer], api_name: :rowIdList, nil?: true

#search_query_andArray<String>?

Returns:

  • (Array<String>, nil)


1489
1490
1491
1492
# File 'lib/openlayer/models/test_list_results_response.rb', line 1489

optional :search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryAnd,
nil?: true

#search_query_orArray<String>?

Returns:

  • (Array<String>, nil)


1497
1498
1499
1500
# File 'lib/openlayer/models/test_list_results_response.rb', line 1497

optional :search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryOr,
nil?: true