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

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

Overview

Defined Under Namespace

Modules: Status Classes: ExpectedValue, Goal, RowsBody

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

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(lower_threshold: nil, measurement: nil, upper_threshold: nil) ⇒ Object

Parameters:

  • lower_threshold (Float, nil) (defaults to: nil)

    the lower threshold for the expected value

  • measurement (String) (defaults to: nil)

    One of the ‘measurement` values in the test’s thresholds

  • upper_threshold (Float, nil) (defaults to: nil)

    The upper threshold for the expected value



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

Instance Attribute Details

#expected_valuesArray<Openlayer::Models::TestListResultsResponse::LastUnskippedResult::ExpectedValue>?



863
864
865
# File 'lib/openlayer/models/test_list_results_response.rb', line 863

optional :expected_values,
-> { Openlayer::Internal::Type::ArrayOf[Openlayer::Models::TestListResultsResponse::LastUnskippedResult::ExpectedValue] },
api_name: :expectedValues

#goalOpenlayer::Models::TestListResultsResponse::LastUnskippedResult::Goal?



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

optional :goal, -> { Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Goal }

#rowsString?

The URL to the rows of the test result.

Returns:

  • (String, nil)


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

optional :rows, String

#rows_bodyOpenlayer::Models::TestListResultsResponse::LastUnskippedResult::RowsBody?

The body of the rows request.



882
883
884
885
# File 'lib/openlayer/models/test_list_results_response.rb', line 882

optional :rows_body,
-> { Openlayer::Models::TestListResultsResponse::LastUnskippedResult::RowsBody },
api_name: :rowsBody,
nil?: true

#statusSymbol, Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Status

The status of the test.



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

required :status, enum: -> { Openlayer::Models::TestListResultsResponse::LastUnskippedResult::Status }

#status_messageString?

The status message.

Returns:

  • (String, nil)


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

required :status_message, String, api_name: :statusMessage, nil?: true

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


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