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

Summary of the result of a failed request to write data to a time series.

Attributes

  • errors (type: list(GoogleApi.Monitoring.V3.Model.Error.t), default: nil) - The number of points that failed to be written. Order is not guaranteed.
  • successPointCount (type: integer(), default: nil) - The number of points that were successfully written.
  • totalPointCount (type: integer(), default: nil) - The number of points in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.CreateTimeSeriesSummary{
  errors: [GoogleApi.Monitoring.V3.Model.Error.t()] | nil,
  successPointCount: integer() | nil,
  totalPointCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.