Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning. Operations.response field.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse.



1097
1098
1099
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1097

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#purge_countFixnum

The total count of events purged as a result of the operation. Corresponds to the JSON property purgeCount

Returns:

  • (Fixnum)


1095
1096
1097
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1095

def purge_count
  @purge_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1102
1103
1104
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 1102

def update!(**args)
  @purge_count = args[:purge_count] if args.key?(:purge_count)
end