GoogleApi.Monitoring.V3.Model.CreateTimeSeriesRequest (google_api_monitoring v0.43.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Monitoring.V3.Model.CreateTimeSeriesRequest{ timeSeries: [GoogleApi.Monitoring.V3.Model.TimeSeries.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.