GoogleCloudRetailV2UserInfo constructor

GoogleCloudRetailV2UserInfo({
  1. bool? directUserRequest,
  2. String? ipAddress,
  3. String? userAgent,
  4. String? userId,
})

Implementation

GoogleCloudRetailV2UserInfo({
  this.directUserRequest,
  this.ipAddress,
  this.userAgent,
  this.userId,
});