class Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaExportMetadata
Metadata related to the progress of the Export operation. This will be returned by the google.longrunning.Operation.metadata field.
Attributes
create_time[RW]
Operation create time. Corresponds to the JSON property `createTime` @return [String]
update_time[RW]
Operation last update time. If the operation is done, this is also the finish time. Corresponds to the JSON property `updateTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/retail_v2alpha/classes.rb, line 1120 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/retail_v2alpha/classes.rb, line 1125 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @update_time = args[:update_time] if args.key?(:update_time) end