class Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelMetadata

Metadata for creating 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 create an issue model. Corresponds to the JSON property `request` @return [Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1CreateIssueModelRequest]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/contactcenterinsights_v1/classes.rb, line 2411
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 2416
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