GoogleCloudRetailV2CollectUserEventRequest constructor

GoogleCloudRetailV2CollectUserEventRequest({
  1. String? ets,
  2. String? prebuiltRule,
  3. String? rawJson,
  4. String? uri,
  5. String? userEvent,
})

Implementation

GoogleCloudRetailV2CollectUserEventRequest({
  this.ets,
  this.prebuiltRule,
  this.rawJson,
  this.uri,
  this.userEvent,
});