GoogleCloudRetailV2UserEventInputConfig constructor
GoogleCloudRetailV2UserEventInputConfig({
- GoogleCloudRetailV2BigQuerySource? bigQuerySource,
- GoogleCloudRetailV2GcsSource? gcsSource,
- GoogleCloudRetailV2UserEventInlineSource? userEventInlineSource,
Implementation
GoogleCloudRetailV2UserEventInputConfig({
this.bigQuerySource,
this.gcsSource,
this.userEventInlineSource,
});