Class: Google::Cloud::ContactCenterInsights::V1::QueryMetricsResponse::Slice::TimeSeries

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data_points::Array<::Google::Cloud::ContactCenterInsights::V1::QueryMetricsResponse::Slice::DataPoint>

Returns The data points that make up the time series .

Returns:



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