GoogleApi.ToolResults.V1beta3.Model.PrimaryStep (google_api_tool_results v0.31.0) View Source
Stores rollup test status of multiple steps that were run as a group and outcome of each individual step.
Attributes
-
individualOutcome
(type:list(GoogleApi.ToolResults.V1beta3.Model.IndividualOutcome.t)
, default:nil
) - Step Id and outcome of each individual step. -
rollUp
(type:String.t
, default:nil
) - Rollup test status of multiple steps that were run with the same configuration as a group.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ToolResults.V1beta3.Model.PrimaryStep{ individualOutcome: [GoogleApi.ToolResults.V1beta3.Model.IndividualOutcome.t()], rollUp: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.