google_api_tool_results v0.2.0 GoogleApi.ToolResults.V1beta3.Model.PerfSampleSeries View Source

Resource representing a collection of performance samples (or data points)

Attributes

  • basicPerfSampleSeries (BasicPerfSampleSeries): Basic series represented by a line chart Defaults to: null.
  • executionId (String.t): A tool results execution ID. Defaults to: null.
  • historyId (String.t): A tool results history ID. Defaults to: null.
  • projectId (String.t): The cloud project Defaults to: null.
  • sampleSeriesId (String.t): A sample series id Defaults to: null.
  • stepId (String.t): A tool results step ID. Defaults to: null.

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 Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.PerfSampleSeries{
  basicPerfSampleSeries:
    GoogleApi.ToolResults.V1beta3.Model.BasicPerfSampleSeries.t(),
  executionId: any(),
  historyId: any(),
  projectId: any(),
  sampleSeriesId: any(),
  stepId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.