google_api_tool_results v0.20.0 GoogleApi.ToolResults.V1beta3.Model.PrimaryStep 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
Link to this type
t()
View Sourcet() :: %GoogleApi.ToolResults.V1beta3.Model.PrimaryStep{ individualOutcome: [GoogleApi.ToolResults.V1beta3.Model.IndividualOutcome.t()], rollUp: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.