Class: Openlayer::Models::Projects::TestListParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::TestListParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/openlayer/models/projects/test_list_params.rb
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#include_archived ⇒ Boolean?
Filter for archived tests.
-
#origin_version_id ⇒ String?
Retrive tests created by a specific project version.
-
#page ⇒ Integer?
The page to return in a paginated query.
-
#per_page ⇒ Integer?
Maximum number of items to return per page.
-
#suggested ⇒ Boolean?
Filter for suggested tests.
-
#type ⇒ Symbol, ...
Filter objects by test type.
-
#uses_production_data ⇒ Boolean?
Retrive tests with usesProductionData (monitoring).
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(include_archived: nil, origin_version_id: nil, page: nil, per_page: nil, suggested: nil, type: nil, uses_production_data: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see TestListParams for more details.
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
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
#initialize(include_archived: nil, origin_version_id: nil, page: nil, per_page: nil, suggested: nil, type: nil, uses_production_data: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Openlayer::Models::Projects::TestListParams for more details.
|
|
# File 'lib/openlayer/models/projects/test_list_params.rb', line 54
|
Instance Attribute Details
#include_archived ⇒ Boolean?
Filter for archived tests.
15 |
# File 'lib/openlayer/models/projects/test_list_params.rb', line 15 optional :include_archived, Openlayer::Internal::Type::Boolean |
#origin_version_id ⇒ String?
Retrive tests created by a specific project version.
21 |
# File 'lib/openlayer/models/projects/test_list_params.rb', line 21 optional :origin_version_id, String, nil?: true |
#page ⇒ Integer?
The page to return in a paginated query.
27 |
# File 'lib/openlayer/models/projects/test_list_params.rb', line 27 optional :page, Integer |
#per_page ⇒ Integer?
Maximum number of items to return per page.
33 |
# File 'lib/openlayer/models/projects/test_list_params.rb', line 33 optional :per_page, Integer |
#suggested ⇒ Boolean?
Filter for suggested tests.
39 |
# File 'lib/openlayer/models/projects/test_list_params.rb', line 39 optional :suggested, Openlayer::Internal::Type::Boolean |
#type ⇒ Symbol, ...
Filter objects by test type. Available types are ‘integrity`, `consistency`, `performance`, `fairness`, and `robustness`.
46 |
# File 'lib/openlayer/models/projects/test_list_params.rb', line 46 optional :type, enum: -> { Openlayer::Projects::TestListParams::Type } |
#uses_production_data ⇒ Boolean?
Retrive tests with usesProductionData (monitoring).
52 |
# File 'lib/openlayer/models/projects/test_list_params.rb', line 52 optional :uses_production_data, Openlayer::Internal::Type::Boolean, nil?: true |