Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1QueryMetricsMetadata

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) ⇒ GoogleCloudContactcenterinsightsV1QueryMetricsMetadata

Returns a new instance of GoogleCloudContactcenterinsightsV1QueryMetricsMetadata.



4743
4744
4745
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4743

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)


4740
4741
4742
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4740

def result_is_truncated
  @result_is_truncated
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4748
4749
4750
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4748

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