class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DeleteIssueModelMetadata
Metadata for deleting an issue model.
Attributes
create_time[RW]
Output only. The time the operation was created. Corresponds to the JSON property `createTime` @return [String]
end_time[RW]
Output only. The time the operation finished running. Corresponds to the JSON property `endTime` @return [String]
request[RW]
The request to delete an issue model. Corresponds to the JSON property `request` @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1DeleteIssueModelRequest]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 924 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 929 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @end_time = args[:end_time] if args.key?(:end_time) @request = args[:request] if args.key?(:request) end