Class: Google::Cloud::ContactCenterInsights::V1::DeleteIssueModelMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::DeleteIssueModelMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Metadata for deleting an issue model.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::DeleteIssueModelRequest
The original request for deletion.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
777 778 779 780 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 777 class DeleteIssueModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation finished running.
777 778 779 780 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 777 class DeleteIssueModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Cloud::ContactCenterInsights::V1::DeleteIssueModelRequest
Returns The original request for deletion.
777 778 779 780 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 777 class DeleteIssueModelMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |