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

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

Attributes

  • basicPerfSampleSeries (type: GoogleApi.ToolResults.V1beta3.Model.BasicPerfSampleSeries.t, default: nil) - Basic series represented by a line chart
  • executionId (type: String.t, default: nil) - A tool results execution ID. @OutputOnly
  • historyId (type: String.t, default: nil) - A tool results history ID. @OutputOnly
  • projectId (type: String.t, default: nil) - The cloud project @OutputOnly
  • sampleSeriesId (type: String.t, default: nil) - A sample series id @OutputOnly
  • stepId (type: String.t, default: nil) - A tool results step ID. @OutputOnly

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.