GoogleCloudRetailV2PurgeUserEventsRequest class
Request message for PurgeUserEvents method.
Constructors
- GoogleCloudRetailV2PurgeUserEventsRequest({String? filter, bool? force})
- GoogleCloudRetailV2PurgeUserEventsRequest.fromJson(Map json_)
Properties
- filter ↔ String?
-
The filter string to specify the events to be deleted with a length limit
of 5,000 characters.
getter/setter pair
- force ↔ bool?
-
Actually perform the purge.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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