GoogleCloudRetailV2UserInfo class
Information of an end user.
Constructors
- GoogleCloudRetailV2UserInfo({bool? directUserRequest, String? ipAddress, String? userAgent, String? userId})
- GoogleCloudRetailV2UserInfo.fromJson(Map json_)
Properties
- directUserRequest ↔ bool?
-
True if the request is made directly from the end user, in which case the
ip_address and user_agent can be populated from the HTTP request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress ↔ String?
-
The end user's IP address.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAgent ↔ String?
-
User agent as included in the HTTP header.
getter/setter pair
- userId ↔ String?
-
Highly recommended for logged-in users.
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