google_api_tool_results v0.20.0 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.
  • historyId (type: String.t, default: nil) - A tool results history ID.
  • projectId (type: String.t, default: nil) - The cloud project
  • sampleSeriesId (type: String.t, default: nil) - A sample series id
  • stepId (type: String.t, default: nil) - A tool results step ID.

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: String.t(),
  historyId: String.t(),
  projectId: String.t(),
  sampleSeriesId: String.t(),
  stepId: String.t()
}

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.