Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssuesResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1ListIssuesResponse
- 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 more...
Overview
The response of listing issues.
Instance Attribute Summary collapse
-
#issues ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue>
The issues that match the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListIssuesResponse
constructor
A new instance of GoogleCloudContactcenterinsightsV1ListIssuesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1ListIssuesResponse
Returns a new instance of GoogleCloudContactcenterinsightsV1ListIssuesResponse.
3002 3003 3004 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3002 def initialize(**args) update!(**args) end |
Instance Attribute Details
#issues ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1Issue>
The issues that match the request.
Corresponds to the JSON property issues
3000 3001 3002 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3000 def issues @issues end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3007 3008 3009 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 3007 def update!(**args) @issues = args[:issues] if args.key?(:issues) end |