View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries (google_api_contact_center_insights v0.12.0)

A time series of metric values.

Attributes

  • dataPoints (type: list(GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint.t), default: nil) - The data points that make up the time series .

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries{
    dataPoints:
      [
        GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.