Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

A time series of metric values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries

Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceTimeSeries.



9449
9450
9451
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9449

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_pointsArray<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsResponseSliceDataPoint>

The data points that make up the time series . Corresponds to the JSON property dataPoints



9447
9448
9449
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9447

def data_points
  @data_points
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9454
9455
9456
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9454

def update!(**args)
  @data_points = args[:data_points] if args.key?(:data_points)
end