google_api_monitoring v0.2.0 GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesResponse View Source

The CreateCollectdTimeSeries response.

Attributes

  • payloadErrors ([CollectdPayloadError]): Records the error status for points that were not written due to an error.Failed requests for which nothing is written will return an error response instead. Defaults to: null.

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.CreateCollectdTimeSeriesResponse{
  payloadErrors: [GoogleApi.Monitoring.V3.Model.CollectdPayloadError.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.