Class: Openlayer::Models::TestListResultsResponse::Item::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)


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

Returns:

  • (Array<String>, nil)


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

Returns:

  • (Array<String>, nil)


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

Returns:

  • (Array<Integer>, nil)


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

Returns:

  • (Array<String>, nil)


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

Returns:

  • (Array<String>, nil)


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