GoogleCloudRecommendationengineV1beta1UserInfo class
Information of end users.
Constructors
- GoogleCloudRecommendationengineV1beta1UserInfo({bool? directUserRequest, String? ipAddress, String? userAgent, String? userId, String? visitorId})
- GoogleCloudRecommendationengineV1beta1UserInfo.fromJson(Map _json)
Properties
- directUserRequest ↔ bool?
-
Indicates if the request is made directly from the end user in which case
the user_agent and ip_address fields can be populated from the HTTP
request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipAddress ↔ String?
-
IP address of the user.
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?
-
Unique identifier for logged-in user with a length limit of 128 bytes.
getter/setter pair
- visitorId ↔ String?
-
A unique identifier for tracking visitors with a length limit of 128
bytes.
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