Class: Google::Cloud::ContactCenterInsights::V1::ListIssuesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ListIssuesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to list issues.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource of the issue.
997 998 999 1000 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 997 class ListIssuesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |