Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/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
-
#purge_count ⇒ Fixnum
The total count of events purged as a result of the operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse.
4543 4544 4545 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4543 def initialize(**args) update!(**args) end |
Instance Attribute Details
#purge_count ⇒ Fixnum
The total count of events purged as a result of the operation.
Corresponds to the JSON property purgeCount
4541 4542 4543 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4541 def purge_count @purge_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4548 4549 4550 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4548 def update!(**args) @purge_count = args[:purge_count] if args.key?(:purge_count) end |