Class: Google::Cloud::ContactCenterInsights::V1::DeleteIssueRequest

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

The request to delete an issue.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the issue to delete.

Returns:

  • (::String)

    Required. The name of the issue to delete.



885
886
887
888
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 885

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