Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
- 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
The metadata from querying metrics.
Instance Attribute Summary collapse
-
#result_is_truncated ⇒ Boolean
(also: #result_is_truncated?)
Whether the result rows were truncated because the result row size is too large to materialize.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata.
9220 9221 9222 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9220 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result_is_truncated ⇒ Boolean Also known as: result_is_truncated?
Whether the result rows were truncated because the result row size is too
large to materialize.
Corresponds to the JSON property resultIsTruncated
9217 9218 9219 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9217 def result_is_truncated @result_is_truncated end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9225 9226 9227 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9225 def update!(**args) @result_is_truncated = args[:result_is_truncated] if args.key?(:result_is_truncated) end |