GoogleCloudRetailV2CollectUserEventRequest class
Request message for CollectUserEvent method.
Constructors
- GoogleCloudRetailV2CollectUserEventRequest.new({String? ets, String? prebuiltRule, String? rawJson, String? uri, String? userEvent})
- GoogleCloudRetailV2CollectUserEventRequest.fromJson(Map json_)
Properties
- ets ↔ String?
-
The event timestamp in milliseconds.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- prebuiltRule ↔ String?
-
The prebuilt rule name that can convert a specific type of raw_json.
getter/setter pair
- rawJson ↔ String?
-
An arbitrary serialized JSON string that contains necessary information
that can comprise a user event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri ↔ String?
-
The URL including cgi-parameters but excluding the hash fragment with a
length limit of 5,000 characters.
getter/setter pair
- userEvent ↔ String?
-
URL encoded UserEvent proto with a length limit of 2,000,000 characters.
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