Class: Google::Cloud::ContactCenterInsights::V1::QueryMetricsResponse::Slice::TimeSeries
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::QueryMetricsResponse::Slice::TimeSeries
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
A time series of metric values.
Instance Attribute Summary collapse
-
#data_points ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QueryMetricsResponse::Slice::DataPoint>
The data points that make up the time series .
Instance Attribute Details
#data_points ⇒ ::Array<::Google::Cloud::ContactCenterInsights::V1::QueryMetricsResponse::Slice::DataPoint>
Returns The data points that make up the time series .
1674 1675 1676 1677 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1674 class TimeSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |