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

The CreateTimeSeries request.

Attributes

  • timeSeries (type: list(GoogleApi.Monitoring.V3.Model.TimeSeries.t), default: nil) - Required. The new data to be added to a list of time series. Adds at most one data point to each of several time series. The new data point must be more recent than any other point in its time series. Each TimeSeries value must fully specify a unique time series by supplying all label values for the metric and the monitored resource.The maximum number of TimeSeries objects per Create request is 200.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.CreateTimeSeriesRequest{
  timeSeries: [GoogleApi.Monitoring.V3.Model.TimeSeries.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.