google_api_monitoring v0.24.0 GoogleApi.Monitoring.V3.Model.CreateTimeSeriesSummary View Source

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.

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.Monitoring.V3.Model.CreateTimeSeriesSummary{
  errors: [GoogleApi.Monitoring.V3.Model.Error.t()],
  successPointCount: integer(),
  totalPointCount: integer()
}

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.