View Source GoogleApi.Monitoring.V3.Model.PointData (google_api_monitoring v0.55.0)

A point's value columns and time interval. Each point has one or more point values corresponding to the entries in point_descriptors field in the TimeSeriesDescriptor associated with this object.

Attributes

  • timeInterval (type: GoogleApi.Monitoring.V3.Model.TimeInterval.t, default: nil) - The time interval associated with the point.
  • values (type: list(GoogleApi.Monitoring.V3.Model.TypedValue.t), default: nil) - The values that make up the point.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.PointData{
  timeInterval: GoogleApi.Monitoring.V3.Model.TimeInterval.t() | nil,
  values: [GoogleApi.Monitoring.V3.Model.TypedValue.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.