Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1QueryMetricsMetadata

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

The metadata from querying metrics.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_truncatedBoolean 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

Returns:

  • (Boolean)


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