GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse class
Response of the PurgeUserEventsRequest.
If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
Constructors
-
GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse({String? purgedEventsCount, List<
GoogleCloudRecommendationengineV1beta1UserEvent> ? userEventsSample}) - GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- purgedEventsCount ↔ String?
-
The total count of events purged as a result of the operation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userEventsSample
↔ List<
GoogleCloudRecommendationengineV1beta1UserEvent> ? -
A sampling of events deleted (or will be deleted) depending on the
force
property in the request.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited