View Source GoogleApi.ToolResults.V1beta3.Model.PerfSample (google_api_tool_results v0.34.0)
Resource representing a single performance measure or data point
Attributes
-
sampleTime
(type:GoogleApi.ToolResults.V1beta3.Model.Timestamp.t
, default:nil
) - Timestamp of collection. -
value
(type:float()
, default:nil
) - Value observed
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ToolResults.V1beta3.Model.PerfSample{ sampleTime: GoogleApi.ToolResults.V1beta3.Model.Timestamp.t() | nil, value: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.