Class: Google::Cloud::ContactCenterInsights::V1::ListIssuesRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parent::String

Returns Required. The parent resource of the issue.

Returns:

  • (::String)

    Required. The parent resource of the issue.



565
566
567
568
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 565

class ListIssuesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end