class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1PurgeUserEventsMetadata

Metadata related to the progress of the PurgeUserEvents 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]

operation_name[RW]

The ID of the request / operation. Corresponds to the JSON property `operationName` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 1498
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 1503
def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @operation_name = args[:operation_name] if args.key?(:operation_name)
end